ATLAS Offline Software
Loading...
Searching...
No Matches
FPGATrackSimLogicalEventOutputHeader.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
11
19
20std::ostream& operator<<(std::ostream& s, FPGATrackSimLogicalEventOutputHeader const& h) {
21
22 s << "NFPGATrackSimRoads_1st = " << h.nFPGATrackSimRoads_1st() << ", "
23 << "NFPGATrackSimRoads_2nd = " << h.nFPGATrackSimRoads_2nd() << ", "
24 << "NFPGATrackSimTracks_1st = " << h.nFPGATrackSimTracks_1st() << ", "
25 << "NFPGATrackSimTracks_2nd = " << h.nFPGATrackSimTracks_2nd() << std::endl;
26
27 return s;
28}
std::ostream & operator<<(std::ostream &s, FPGATrackSimLogicalEventOutputHeader const &h)
Header file for AthHistogramAlgorithm.