KaliVeda
Toolkit for HIC analysis
KVZtot.h
1 #ifndef KVZtot_h
2 #define KVZtot_h
3 #include "KVVGSum.h"
4 
21 class KVZtot: public KVVGSum {
22 
23  void init()
24  {
25  SetOption("mode", "sum");
26  SetOption("method", "GetZ");
27  }
28 
29 public:
30  ROOT_FULL_SET_WITH_INIT(KVZtot, KVVGSum)
31 
32  ClassDef(KVZtot, 1)
33 };
34 #endif
#define ClassDef(name, id)
General global variable for calculating sums of various quantities.
Definition: KVVGSum.h:100
void SetOption(const Char_t *option, const Char_t *value)
Definition: KVVarGlob.h:521
Sum of atomic numbers in event.
Definition: KVZtot.h:21