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

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