ATLAS Offline Software
FPGATrackSimEventInfo.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 #include <iostream>
7 
9 
10 
12  reset();
13 }
14 
15 
17  m_level1TriggerInfo.clear();
18 }
19 
20 std::ostream& operator<<(std::ostream& s, const FPGATrackSimEventInfo& h) {
21  s << "Event " << h.eventNumber()
22  << " \tRun " << h.runNumber();
23 
24  return s;
25 }
26 
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
FPGATrackSimEventInfo::reset
void reset()
Definition: FPGATrackSimEventInfo.cxx:16
ClassImp
ClassImp(FPGATrackSimEventInfo) FPGATrackSimEventInfo
Definition: FPGATrackSimEventInfo.cxx:8
FPGATrackSimEventInfo::~FPGATrackSimEventInfo
virtual ~FPGATrackSimEventInfo()
FPGATrackSimEventInfo
Definition: FPGATrackSimEventInfo.h:14
FPGATrackSimEventInfo::m_level1TriggerInfo
std::vector< unsigned int > m_level1TriggerInfo
Definition: FPGATrackSimEventInfo.h:75
FPGATrackSimEventInfo.h
h
operator<<
std::ostream & operator<<(std::ostream &s, const FPGATrackSimEventInfo &h)
Definition: FPGATrackSimEventInfo.cxx:20