KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
KVEtransLCP.cpp
Go to the documentation of this file.
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 
ClassImp(KVPartitionList) void KVPartitionList
Initialisation.
Sum of transverse kinetic energies of LCP ( ) in event.
Definition: KVEtransLCP.h:16
void init()
Definition: KVEtransLCP.cpp:6
Description of properties and kinematics of atomic nuclei.
Definition: KVNucleus.h:125
void SetSelection(const KVParticleCondition &sel)
Definition: KVVarGlob.h:565