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