ATLAS Offline Software
Classes | Functions
FPGATrackSimOfflineHit.h File Reference
#include <TObject.h>
#include "FPGATrackSimObjects/FPGATrackSimTypes.h"
Include dependency graph for FPGATrackSimOfflineHit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FPGATrackSimOfflineHit
 

Functions

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

Function Documentation

◆ operator<<()

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

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 }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
h