ATLAS Offline Software
Trigger
EFTracking
FPGATrackSim
FPGATrackSimObjects
src
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
5
#include "
FPGATrackSimObjects/FPGATrackSimEventInfo.h
"
6
#include <iostream>
7
8
9
10
FPGATrackSimEventInfo::~FPGATrackSimEventInfo
() {
11
reset
();
12
}
13
14
15
void
FPGATrackSimEventInfo::reset
() {
16
m_level1TriggerInfo
.clear();
17
}
18
19
std::ostream&
operator<<
(std::ostream&
s
,
const
FPGATrackSimEventInfo
&
h
) {
20
s
<<
"Event "
<<
h
.eventNumber()
21
<<
" \tRun "
<<
h
.runNumber();
22
23
return
s
;
24
}
25
python.SystemOfUnits.s
int s
Definition:
SystemOfUnits.py:131
FPGATrackSimEventInfo::reset
void reset()
Definition:
FPGATrackSimEventInfo.cxx:15
FPGATrackSimEventInfo
Definition:
FPGATrackSimEventInfo.h:14
FPGATrackSimEventInfo::m_level1TriggerInfo
std::vector< unsigned int > m_level1TriggerInfo
Definition:
FPGATrackSimEventInfo.h:75
FPGATrackSimEventInfo.h
h
FPGATrackSimEventInfo::~FPGATrackSimEventInfo
~FPGATrackSimEventInfo()
Definition:
FPGATrackSimEventInfo.cxx:10
operator<<
std::ostream & operator<<(std::ostream &s, const FPGATrackSimEventInfo &h)
Definition:
FPGATrackSimEventInfo.cxx:19
Generated on Thu Nov 7 2024 21:15:26 for ATLAS Offline Software by
1.8.18