All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
PfoUtil Namespace Reference

Typedefs

typedef std::vector
< EVENT::ReconstructedParticle * > 
PfoList
 

Functions

static bool PfoSortFunction (EVENT::ReconstructedParticle *lhs, EVENT::ReconstructedParticle *rhs)
 
float TimeAtEcal (const Track *pTrack, float &tof)
 
void GetClusterTimes (const Cluster *cluster, float &meanTime, int &nCaloHitsUsed, float &meanTimeEcal, int &nEcal, float &meanTimeHcalEndcap, int &nHcalEnd, bool correctHitTimesForTimeOfFlight)
 

Typedef Documentation

typedef std::vector<EVENT::ReconstructedParticle*> PfoUtil::PfoList

Definition at line 48 of file PfoUtilities.h.

Function Documentation

void PfoUtil::GetClusterTimes ( const Cluster *  cluster,
float &  meanTime,
int &  nCaloHitsUsed,
float &  meanTimeEcal,
int &  nEcal,
float &  meanTimeHcalEndcap,
int &  nHcalEnd,
bool  correctHitTimesForTimeOfFlight 
)

Definition at line 49 of file PfoUtilities.cc.

static bool PfoUtil::PfoSortFunction ( EVENT::ReconstructedParticle *  lhs,
EVENT::ReconstructedParticle *  rhs 
)
static

Definition at line 50 of file PfoUtilities.h.

float PfoUtil::TimeAtEcal ( const Track *  pTrack,
float &  tof 
)

Definition at line 19 of file PfoUtilities.cc.