ATLAS Offline Software
Loading...
Searching...
No Matches
FPGATrackSimLogicalEventOutputHeader.h File Reference
Include dependency graph for FPGATrackSimLogicalEventOutputHeader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FPGATrackSimLogicalEventOutputHeader

Functions

std::ostream & operator<< (std::ostream &s, FPGATrackSimLogicalEventOutputHeader const &h)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & s,
FPGATrackSimLogicalEventOutputHeader const & h )

Definition at line 20 of file FPGATrackSimLogicalEventOutputHeader.cxx.

20 {
21
22 s << "NFPGATrackSimRoads_1st = " << h.nFPGATrackSimRoads_1st() << ", "
23 << "NFPGATrackSimRoads_2nd = " << h.nFPGATrackSimRoads_2nd() << ", "
24 << "NFPGATrackSimTracks_1st = " << h.nFPGATrackSimTracks_1st() << ", "
25 << "NFPGATrackSimTracks_2nd = " << h.nFPGATrackSimTracks_2nd() << std::endl;
26
27 return s;
28}
Header file for AthHistogramAlgorithm.