9 #ifndef DUNEANAOBJ_SRLORENTZVECTOR_H 10 #define DUNEANAOBJ_SRLORENTZVECTOR_H 12 #if !defined(__GCCXML__) && !defined(__castxml__) 18 #include "TLorentzVector.h" 33 #if !defined(__GCCXML__) && !defined(__castxml__) 38 operator TLorentzVector()
const;
42 float T()
const {
return E;}
43 float X()
const {
return px;}
44 float Y()
const {
return py;}
45 float Z()
const {
return pz;}
60 #endif //DUNEANAOBJ_SRLORENTZVECTOR_H
virtual ~SRLorentzVector()=default