ATLAS Offline Software
Functions
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

 ClassImp (FPGATrackSimOfflineHit) std
 

Function Documentation

◆ ClassImp()

ClassImp ( FPGATrackSimOfflineHit  )

Definition at line 8 of file FPGATrackSimOfflineHit.cxx.

11  {
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
h