KaliVeda
1.14/2
Toolkit for HIC analysis
KVEtransLCP.cpp
1
#include "KVEtransLCP.h"
2
3
5
6
void
KVEtransLCP::init
()
7
{
8
#ifdef USING_ROOT6
9
SetSelection
({
"Z<3"
, [](
const
KVNucleus
* nuc)
10
{
11
return
nuc->GetZ() < 3;
12
}
13
});
14
#else
15
SetSelection
(
"_NUC_->GetZ()<3"
);
16
#endif
17
}
18
19
20
ClassImp
(
KVEtransLCP
)
21
KVEtransLCP
Sum of transverse kinetic energies of LCP ( ) in event.
Definition:
KVEtransLCP.h:17
KVEtransLCP::init
void init()
Definition:
KVEtransLCP.cpp:6
KVNucleus
Description of properties and kinematics of atomic nuclei.
Definition:
KVNucleus.h:126
KVVarGlob::SetSelection
void SetSelection(const KVParticleCondition &sel)
Definition:
KVVarGlob.h:600
ClassImp
ClassImp(TPyArg)
kaliveda.doxygen
KVMultiDet
globvars
KVEtransLCP.cpp
Generated on Fri Jan 17 2025 15:03:19 for KaliVeda by
1.9.1