1 #ifndef __KVSUBEVENTMAKER_H 
    2 #define __KVSUBEVENTMAKER_H 
#define ClassDef(name, id)
 
Description of properties and kinematics of atomic nuclei.
 
Global variable for defining random subevents.
 
void Reset()
Reset internal variables, called before treatment of each event.
 
KVSubEventMaker(const Char_t *nom)
 
void fill(const KVNucleus *)
add to internal list
 
void Init()
Initialisation of internal variables, called once before beginning treatment.
 
std::vector< KVNucleus * > particles
 
void init()
PRIVATE method.
 
Double_t getvalue_int(Int_t) const
 
void Copy(TObject &obj) const
 
void Calculate()
Calculation of global variable value(s) after filling is finished.
 
Base class for all global variable implementations.