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 9 of file FPGATrackSimEventInfo.cxx.

9 {
10 s << "Event " << h.eventNumber()
11 << " \tRun " << h.runNumber();
12
13 return s;
14}
Header file for AthHistogramAlgorithm.