ATLAS Offline Software
Classes | Functions
DetailedTrackTruth.h File Reference
#include "TrkTruthData/SubDetHitStatistics.h"
#include "TrkTruthData/TruthTrajectory.h"
#include "AthenaKernel/CLASS_DEF.h"
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 }
python.SystemOfUnits.m
int m
Definition: SystemOfUnits.py:91
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231