![]() |
PandaRoot
|
#include <RhoEventInfo.h>
Public Member Functions | |
RhoEventInfo () | |
virtual | ~RhoEventInfo () |
virtual void | PrintOn (std::ostream &o=std::cout) const |
const TLorentzVector & | CmFrame () const |
const RhoVector3Err & | BeamSpot () const |
const RhoVector3Err | PrimaryVertex () const |
const RhoVector3Err * | PrimaryVtx () const |
const TVector3 * | MCImpactPoint () const |
const RhoEventShape * | EventShape () const |
void | SetPrimaryVertex (RhoVector3Err *inVtx) |
void | SetIPTruth (const TLorentzVector &inVtx) |
void | SetIPTruth (const TVector3 &inVtx) |
void | SetBeamSpot (const RhoVector3Err &inVtx) |
void | SetCmFrame (const TLorentzVector &cmf) |
void | SetEventShape (RhoEventShape *eventShape) |
Definition at line 31 of file RhoEventInfo.h.
RhoEventInfo::RhoEventInfo | ( | ) |
|
virtual |
|
inline |
|
inline |
Definition at line 51 of file RhoEventInfo.h.
|
inline |
Definition at line 58 of file RhoEventInfo.h.
References SetIPTruth(), and SetPrimaryVertex().
|
inline |
Definition at line 56 of file RhoEventInfo.h.
const RhoVector3Err RhoEventInfo::PrimaryVertex | ( | ) | const |
Referenced by BeamSpot().
|
inline |
Definition at line 55 of file RhoEventInfo.h.
|
virtual |
|
inline |
Definition at line 64 of file RhoEventInfo.h.
|
inline |
Definition at line 65 of file RhoEventInfo.h.
References operator<<(), and SetEventShape().
void RhoEventInfo::SetEventShape | ( | RhoEventShape * | eventShape | ) |
Referenced by SetCmFrame().
void RhoEventInfo::SetIPTruth | ( | const TLorentzVector & | inVtx | ) |
Referenced by EventShape().
void RhoEventInfo::SetIPTruth | ( | const TVector3 & | inVtx | ) |
void RhoEventInfo::SetPrimaryVertex | ( | RhoVector3Err * | inVtx | ) |
Referenced by EventShape().