ATLAS Offline Software
Loading...
Searching...
No Matches
FPGATrackSimOptionalEventInfo.cxx File Reference
Include dependency graph for FPGATrackSimOptionalEventInfo.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const FPGATrackSimOptionalEventInfo &info)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & s,
const FPGATrackSimOptionalEventInfo & info )

Definition at line 19 of file FPGATrackSimOptionalEventInfo.cxx.

19 {
20 s << "nOfflineClusters: " << info.nOfflineClusters() << ", "
21 << "nOfflineTracks: " << info.nOfflineTracks() << ", "
22 << "nTruthTracks: " << info.nTruthTracks() << std::endl;
23 return s;
24}