ATLAS Offline Software
Loading...
Searching...
No Matches
FPGATrackSimOfflineHit.cxx File Reference
#include "FPGATrackSimObjects/FPGATrackSimOfflineHit.h"
#include <iostream>
Include dependency graph for FPGATrackSimOfflineHit.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const FPGATrackSimOfflineHit &h)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & s,
const FPGATrackSimOfflineHit & h )

Definition at line 10 of file FPGATrackSimOfflineHit.cxx.

10 {
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}
Header file for AthHistogramAlgorithm.