KaliVeda
1.14/2
Toolkit for HIC analysis
Loading...
Searching...
No Matches
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 Wed Oct 23 2024 12:45:21 for KaliVeda by
1.9.8