KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
KVEkin.h
Go to the documentation of this file.
1 #ifndef KVEkin_h
2 #define KVEkin_h
3 #include "KVVGSum.h"
4 
16 class KVEkin: public KVVGSum {
17  void init();
18 public:
19  ROOT_FULL_SET_WITH_INIT(KVEkin, KVVGSum)
20 
21  ClassDef(KVEkin, 1)// Global variable Sum(Ekin)
22 };
23 #endif
#define ClassDef(name, id)
Sum of kinetic energies in event.
Definition: KVEkin.h:16
void init()
Definition: KVEkin.cpp:8