ATLAS Offline Software
Trigger
EFTracking
FPGATrackSim
FPGATrackSimObjects
src
FPGATrackSimOfflineHit.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/FPGATrackSimOfflineHit.h
"
6
#include <iostream>
7
8
9
10
std::ostream&
operator<<
(std::ostream&
s
,
const
FPGATrackSimOfflineHit
&
h
) {
11
12
s
<<
"locX "
<<
h
.getLocX()
13
<<
" \t locY "
<<
h
.getLocY()
14
<<
" \t isPixel "
<<
h
.isPixel()
15
<<
" \t isBarrel "
<<
h
.isBarrel()
16
<<
" \t layer "
<<
h
.getLayer()
17
<<
" \t clusterID "
<<
h
.getClusterID()
18
<<
" \t track number "
<<
h
.getTrackNumber()
19
<< std::endl;
20
21
22
return
s
;
23
}
python.SystemOfUnits.s
int s
Definition:
SystemOfUnits.py:131
operator<<
std::ostream & operator<<(std::ostream &s, const FPGATrackSimOfflineHit &h)
Definition:
FPGATrackSimOfflineHit.cxx:10
FPGATrackSimOfflineHit.h
h
FPGATrackSimOfflineHit
Definition:
FPGATrackSimOfflineHit.h:12
Generated on Thu Nov 7 2024 21:15:28 for ATLAS Offline Software by
1.8.18