ATLAS Offline Software
Loading...
Searching...
No Matches
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
8
9
10std::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}
std::ostream & operator<<(std::ostream &s, const FPGATrackSimOfflineHit &h)
Header file for AthHistogramAlgorithm.