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