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

Go to the source code of this file.

Functions

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

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.