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

Go to the source code of this file.

Classes

class  FPGATrackSimMatchInfo

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 9 of file FPGATrackSimMatchInfo.cxx.

9 {
10
11 s << "barcode: " << h.barcode()
12 << ", event index: " << h.evtindex() << std::endl;
13
14 return s;
15}
Header file for AthHistogramAlgorithm.