Loading [MathJax]/jax/input/TeX/config.js
KaliVeda
Version v1.15
v1.14
Toolkit for HIC analysis
Main Page
Download/Install
Release notes
Users Guide
Introduction
Getting Started
Base & Utility Classes
Nuclei & Events
Global Variables
Detector Array Geometries
Energy Loss/Range Calculations
Particle Identification
Detector Calibration
Data Management
Data Analysis
Develop with KaliVeda
Appendix 1: Build System
Applications & GUI
Library components
Code examples
Logos
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Modules
Pages
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:123
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
src
core
globvars
KVZbound.h
Generated on Thu Jun 12 2025 08:39:09 for KaliVeda by
1.9.1