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
8
12
18
19std::ostream& operator<<(std::ostream& s, const FPGATrackSimOptionalEventInfo& info) {
20 s << "nOfflineClusters: " << info.nOfflineClusters() << ", "
21 << "nOfflineTracks: " << info.nOfflineTracks() << ", "
22 << "nTruthTracks: " << info.nTruthTracks() << std::endl;
23 return s;
24}
std::ostream & operator<<(std::ostream &s, const FPGATrackSimOptionalEventInfo &info)
std::vector< FPGATrackSimTruthTrack > m_TruthTracks
std::vector< FPGATrackSimCluster > m_OfflineClusters
std::vector< FPGATrackSimOfflineTrack > m_OfflineTracks