KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
KVMultLeg.cpp
Go to the documentation of this file.
1 #include "KVMultLeg.h"
2 
3 
5 
7 {
8 #ifdef USING_ROOT6
9  SetSelection({"Z<=2", [](const KVNucleus * nuc)
10  {
11  return nuc->GetZ() <= 2;
12  }
13  });
14 #else
15  SetSelection("_NUC_->GetZ()<=2");
16 #endif
17 }
18 
19 
21 
ClassImp(KVPartitionList) void KVPartitionList
Initialisation.
Multiplicity of LCP in event.
Definition: KVMultLeg.h:12
void init()
Definition: KVMultLeg.cpp:6
Description of properties and kinematics of atomic nuclei.
Definition: KVNucleus.h:125
void SetSelection(const KVParticleCondition &sel)
Definition: KVVarGlob.h:565