ATLAS Offline Software
Loading...
Searching...
No Matches
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
}
operator<<
std::ostream & operator<<(std::ostream &s, const FPGATrackSimOfflineHit &h)
Definition
FPGATrackSimOfflineHit.cxx:10
FPGATrackSimOfflineHit.h
h
Header file for AthHistogramAlgorithm.
FPGATrackSimOfflineHit
Definition
FPGATrackSimOfflineHit.h:12
Generated on
for ATLAS Offline Software by
1.14.0