ATLAS Offline Software
Trigger
EFTracking
FPGATrackSim
FPGATrackSimObjects
src
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
5
#include "
FPGATrackSimObjects/FPGATrackSimMatchInfo.h
"
6
#include <iostream>
7
8
9
std::ostream&
operator<<
(std::ostream&
s
,
const
FPGATrackSimMatchInfo
&
h
) {
10
11
s
<<
"barcode: "
<<
h
.barcode()
12
<<
", event index: "
<<
h
.evtindex() << std::endl;
13
14
return
s
;
15
}
python.SystemOfUnits.s
int s
Definition:
SystemOfUnits.py:131
operator<<
std::ostream & operator<<(std::ostream &s, const FPGATrackSimMatchInfo &h)
Definition:
FPGATrackSimMatchInfo.cxx:9
FPGATrackSimMatchInfo
Definition:
FPGATrackSimMatchInfo.h:10
h
FPGATrackSimMatchInfo.h
Generated on Thu Nov 7 2024 21:15:28 for ATLAS Offline Software by
1.8.18