ATLAS Offline Software
Loading...
Searching...
No Matches
DetailedTrackTruth.h File Reference
Include dependency graph for DetailedTrackTruth.h:

Go to the source code of this file.

Classes

class  DetailedTrackTruth

Functions

std::ostream & operator<< (std::ostream &os, const DetailedTrackTruth &m)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const DetailedTrackTruth & m )
inline

Definition at line 43 of file DetailedTrackTruth.h.

43 {
44 return
45 os<<"DetailedTrackTruth(common="<<m.statsCommon()
46 <<", ontrack="<<m.statsTrack()
47 <<", ontruth="<<m.statsTruth()
48 <<", traj="<<m.trajectory()<<")";
49}