KaliVeda
Toolkit for HIC analysis
KVEtransLCP.h
1 #ifndef KVEtransLCP_h
2 #define KVEtransLCP_h
3 #include "KVEtrans.h"
4 
17 class KVEtransLCP: public KVEtrans {
18 
19  void init();
20 
21 public:
22  ROOT_FULL_SET_WITH_INIT(KVEtransLCP, KVEtrans)
23 
25 };
26 #endif
#define ClassDef(name, id)
Sum of transverse kinetic energies of LCP ( ) in event.
Definition: KVEtransLCP.h:17
void init()
Definition: KVEtransLCP.cpp:6
Sum of transverse kinetic energies in event.
Definition: KVEtrans.h:17