 |
PandaRoot
|
Go to the documentation of this file. 18 #ifndef RHOEVENTSHAPE_H 19 #define RHOEVENTSHAPE_H 22 #include "TLorentzVector.h" 32 inline TLorentzVector
P4() {
return fTot4Mom; }
34 inline Double_t
M() {
return fTotM; }
35 inline Double_t
E() {
return fTotE; }
36 inline Double_t
P() {
return fTotP; }
37 inline Double_t
Pt() {
return fTotPt; }
38 inline Double_t
Psum() {
return fTotAbsMom; }
41 TLorentzVector fTot4Mom;