ATLAS Offline Software
Loading...
Searching...
No Matches
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
6#include <iostream>
7
11
13 m_OfflineClusters.clear();
14 m_OfflineTracks.clear();
15 m_TruthTracks.clear();
16}
17
18std::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}
std::ostream & operator<<(std::ostream &s, const FPGATrackSimOptionalEventInfo &info)