Loading [MathJax]/extensions/tex2jax.js
KaliVeda
1.12/06
Heavy-Ion Analysis Toolkit
KaliVeda Home Page
Main Page
Release Notes
Modules
Examples
All Classes
Class List
Class Index
Class Hierarchy
Class Members
All
2
3
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
2
3
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
a
b
c
d
g
i
k
l
m
n
o
p
s
t
w
Related Functions
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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