ATLAS Offline Software
Loading...
Searching...
No Matches
FPGATrackSimEventInfo.h File Reference
#include <vector>
#include <iostream>
#include <sstream>
#include "TObject.h"
Include dependency graph for FPGATrackSimEventInfo.h:

Go to the source code of this file.

Classes

class  FPGATrackSimEventInfo

Functions

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

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.