ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
EFTracking
FPGATrackSim
FPGATrackSimObjects
src
FPGATrackSimOptionalEventInfo.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/FPGATrackSimOptionalEventInfo.h
"
6
#include <iostream>
7
8
FPGATrackSimOptionalEventInfo::~FPGATrackSimOptionalEventInfo
() {
9
reset
();
10
}
11
12
void
FPGATrackSimOptionalEventInfo::reset
()
const
{
13
m_OfflineClusters.clear();
14
m_OfflineTracks.clear();
15
m_TruthTracks.clear();
16
}
17
18
std::ostream&
operator<<
(std::ostream& s,
const
FPGATrackSimOptionalEventInfo
& info) {
19
s <<
"nOfflineClusters: "
<< info.nOfflineClusters() <<
", "
20
<<
"nOfflineTracks: "
<< info.nOfflineTracks() <<
", "
21
<<
"nTruthTracks: "
<< info.nTruthTracks() << std::endl;
22
return
s;
23
}
operator<<
std::ostream & operator<<(std::ostream &s, const FPGATrackSimOptionalEventInfo &info)
Definition
FPGATrackSimOptionalEventInfo.cxx:18
FPGATrackSimOptionalEventInfo.h
FPGATrackSimOptionalEventInfo
Definition
FPGATrackSimOptionalEventInfo.h:17
FPGATrackSimOptionalEventInfo::reset
void reset() const
Definition
FPGATrackSimOptionalEventInfo.cxx:12
FPGATrackSimOptionalEventInfo::~FPGATrackSimOptionalEventInfo
virtual ~FPGATrackSimOptionalEventInfo()
Definition
FPGATrackSimOptionalEventInfo.cxx:8
Generated on
for ATLAS Offline Software by
1.14.0