ATLAS Offline Software
Loading...
Searching...
No Matches
FPGATrackSimEventInfo.cxx File Reference
#include "FPGATrackSimObjects/FPGATrackSimEventInfo.h"
#include <iostream>
Include dependency graph for FPGATrackSimEventInfo.cxx:

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 19 of file FPGATrackSimEventInfo.cxx.

19 {
20 s << "Event " << h.eventNumber()
21 << " \tRun " << h.runNumber();
22
23 return s;
24}
Header file for AthHistogramAlgorithm.