 |
PandaRoot
|
Go to the documentation of this file. 6 #ifndef RHOEVENTSHAPE_H 7 #define RHOEVENTSHAPE_H 10 #include "TLorentzVector.h" 20 inline TLorentzVector
P4() {
return fTot4Mom; }
22 inline Double_t
M() {
return fTotM; }
23 inline Double_t
E() {
return fTotE; }
24 inline Double_t
P() {
return fTotP; }
25 inline Double_t
Pt() {
return fTotPt; }
26 inline Double_t
Psum() {
return fTotAbsMom; }
29 TLorentzVector fTot4Mom;