ATLAS Offline Software
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 
6 #include <iostream>
7 
9 
10 
11 std::ostream& operator<<(std::ostream& s, const FPGATrackSimOfflineHit& h) {
12 
13  s << "locX " << h.getLocX()
14  << " \t locY " << h.getLocY()
15  << " \t isPixel " << h.isPixel()
16  << " \t isBarrel " << h.isBarrel()
17  << " \t layer " << h.getLayer()
18  << " \t clusterID " << h.getClusterID()
19  << " \t track number " << h.getTrackNumber()
20  << std::endl;
21 
22 
23  return s;
24 }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
ClassImp
ClassImp(FPGATrackSimOfflineHit) std
Definition: FPGATrackSimOfflineHit.cxx:8
FPGATrackSimOfflineHit.h
operator<<
std::ostream & operator<<(std::ostream &lhs, const TestGaudiProperty &rhs)
Definition: TestGaudiProperty.cxx:69
h
FPGATrackSimOfflineHit
Definition: FPGATrackSimOfflineHit.h:12