KaliVeda
Toolkit for HIC analysis
KVEtransLCP.cpp
1 #include "KVEtransLCP.h"
2 
3 
5 
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 
21 
Sum of transverse kinetic energies of LCP ( ) in event.
Definition: KVEtransLCP.h:17
void init()
Definition: KVEtransLCP.cpp:6
Description of properties and kinematics of atomic nuclei.
Definition: KVNucleus.h:126
void SetSelection(const KVParticleCondition &sel)
Definition: KVVarGlob.h:600
ClassImp(TPyArg)