KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
KVZtot.h
Go to the documentation of this file.
1 #ifndef KVZtot_h
2 #define KVZtot_h
3 #include "KVVGSum.h"
4 
16 class KVZtot: public KVVGSum {
17 
18  void init()
19  {
20  SetOption("mode", "sum");
21  SetOption("method", "GetZ");
22  }
23 
24 public:
25  ROOT_FULL_SET_WITH_INIT(KVZtot, KVVGSum)
26 
27  ClassDef(KVZtot, 1)
28 };
29 #endif
#define ClassDef(name, id)
void SetOption(const Char_t *option, const Char_t *value)
Definition: KVVarGlob.h:490
Sum of atomic numbers in event.
Definition: KVZtot.h:16
void init()
Definition: KVZtot.h:18