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 std::vector<EVENT::ReconstructedParticle*> PfoUtil::PfoList |
Definition at line 48 of file PfoUtilities.h.
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 |
Definition at line 50 of file PfoUtilities.h.
float PfoUtil::TimeAtEcal | ( | const Track * | pTrack, |
float & | tof | ||
) |
Definition at line 19 of file PfoUtilities.cc.