FairRoot/PandaRoot
|
#include <RhoEventShape.h>
Public Member Functions | |
RhoEventShape () | |
RhoEventShape (RhoCandList &l) | |
virtual | ~RhoEventShape () |
TLorentzVector | P4 () |
Double_t | M () |
Double_t | E () |
Double_t | P () |
Double_t | Pt () |
Double_t | Psum () |
Private Attributes | |
TLorentzVector | fTot4Mom |
Double_t | fTotM |
Double_t | fTotE |
Double_t | fTotP |
Double_t | fTotPt |
Double_t | fTotAbsMom |
Definition at line 14 of file RhoEventShape.h.
RhoEventShape::RhoEventShape | ( | ) |
Definition at line 17 of file RhoEventShape.cxx.
References fTot4Mom, fTotAbsMom, fTotE, fTotM, fTotP, and fTotPt.
RhoEventShape::RhoEventShape | ( | RhoCandList & | l | ) |
Definition at line 28 of file RhoEventShape.cxx.
References c1, fTot4Mom, fTotAbsMom, fTotE, fTotM, fTotP, fTotPt, RhoCandList::Get(), RhoCandList::GetNumberOfTracks(), i, p1, RhoCandidate::P3(), and RhoCandidate::P4().
|
virtual |
Definition at line 55 of file RhoEventShape.cxx.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 32 of file RhoEventShape.h.
Referenced by P4(), and RhoEventShape().
|
private |
Definition at line 38 of file RhoEventShape.h.
Referenced by Psum(), and RhoEventShape().
|
private |
Definition at line 35 of file RhoEventShape.h.
Referenced by E(), and RhoEventShape().
|
private |
Definition at line 34 of file RhoEventShape.h.
Referenced by M(), and RhoEventShape().
|
private |
Definition at line 36 of file RhoEventShape.h.
Referenced by P(), and RhoEventShape().
|
private |
Definition at line 37 of file RhoEventShape.h.
Referenced by Pt(), and RhoEventShape().