KaliVeda
1.12/06
Heavy-Ion Analysis Toolkit
kaliveda.doxygen
KVMultiDet
globvars
KVMultIMF.h
Go to the documentation of this file.
1
#ifndef KVMultIMF_h
2
#define KVMultIMF_h
3
#include "
KVMult.h
"
4
12
class
KVMultIMF
:
public
KVMult
{
13
void
init
()
14
{
15
#ifdef USING_ROOT6
16
SetSelection
({
"Z>=3"
, [](
const
KVNucleus
* nuc)
17
{
18
return
nuc->GetZ() >= 3;
19
}
20
});
21
#else
22
SetSelection
(
"_NUC_->GetZ()>=3"
);
23
#endif
24
}
25
26
public
:
27
ROOT_FULL_SET_WITH_INIT(
KVMultIMF
,
KVMult
)
28
29
ClassDef
(
KVMultIMF
, 1)
30
};
31
#endif
KVMult.h
ClassDef
#define ClassDef(name, id)
KVMultIMF
Multiplicity of IMF in event.
Definition:
KVMultIMF.h:12
KVMultIMF::init
void init()
Definition:
KVMultIMF.h:13
KVMult
Multiplicity of all nuclei in event (including )
Definition:
KVMult.h:14
KVNucleus
Description of properties and kinematics of atomic nuclei.
Definition:
KVNucleus.h:125
KVVarGlob::SetSelection
void SetSelection(const KVParticleCondition &sel)
Definition:
KVVarGlob.h:565
Generated on Thu Apr 21 2022 14:14:15 for KaliVeda by
1.9.1