ATLAS Offline Software
FPGATrackSimMatchInfo.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 std::ostream& operator<<(std::ostream& s, const FPGATrackSimMatchInfo& h) {
11 
12  s << "barcode: " << h.barcode()
13  << ", event index: " << h.evtindex() << std::endl;
14 
15  return s;
16 }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
ClassImp
ClassImp(FPGATrackSimMatchInfo) std
Definition: FPGATrackSimMatchInfo.cxx:8
operator<<
std::ostream & operator<<(std::ostream &lhs, const TestGaudiProperty &rhs)
Definition: TestGaudiProperty.cxx:69
FPGATrackSimMatchInfo
Definition: FPGATrackSimMatchInfo.h:10
h
FPGATrackSimMatchInfo.h