KaliVeda
1.14/2
Toolkit for HIC analysis
KVZbound.h
1
#ifndef KVZbound_h
2
#define KVZbound_h
3
#include "KVZtot.h"
4
13
class
KVZbound
:
public
KVZtot
{
14
15
void
init
()
16
{
17
#ifdef USING_ROOT6
18
SetSelection
({
"Z>=3"
, [](
const
KVNucleus
* nuc)
19
{
20
return
nuc->GetZ() >= 3;
21
}
22
});
23
#else
24
SetSelection
(
"_NUC_->GetZ()>=3"
);
25
#endif
26
}
27
28
public
:
29
ROOT_FULL_SET_WITH_INIT(
KVZbound
,
KVZtot
)
30
31
ClassDef
(
KVZbound
, 1)
32
};
33
#endif
ClassDef
#define ClassDef(name, id)
KVNucleus
Description of properties and kinematics of atomic nuclei.
Definition:
KVNucleus.h:126
KVVarGlob::SetSelection
void SetSelection(const KVParticleCondition &sel)
Definition:
KVVarGlob.h:600
KVZbound
Sum of atomic numbers of fragments in event.
Definition:
KVZbound.h:13
KVZbound::init
void init()
Definition:
KVZbound.h:15
KVZtot
Sum of atomic numbers in event.
Definition:
KVZtot.h:17
kaliveda.doxygen
KVMultiDet
globvars
KVZbound.h
Generated on Fri Jan 17 2025 15:03:21 for KaliVeda by
1.9.1