|
ATLAS Offline Software
|
Go to the documentation of this file.
6 #ifndef DETAILEDTRACKTRUTH_H
7 #define DETAILEDTRACKTRUTH_H
45 os<<
"DetailedTrackTruth(common="<<
m.statsCommon()
46 <<
", ontrack="<<
m.statsTrack()
47 <<
", ontruth="<<
m.statsTruth()
48 <<
", traj="<<
m.trajectory()<<
")";
SubDetHitStatistics m_hitsTrack
const SubDetHitStatistics & statsTruth() const
const SubDetHitStatistics & statsCommon() const
TruthTrajectory m_trajectory
SubDetHitStatistics m_hitsCommon
const SubDetHitStatistics & statsTrack() const
SubDetHitStatistics m_hitsTruth
DetailedTrackTruth(const TruthTrajectory &traj, const SubDetHitStatistics &hitsCommon, const SubDetHitStatistics &hitsTrack, const SubDetHitStatistics &hitsTruth)
std::ostream & operator<<(std::ostream &os, const DetailedTrackTruth &m)
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
const TruthTrajectory & trajectory() const
macros to associate a CLID to a type