6 #include "EVENT/TrackerHit.h" 
    9 #include "KiTrack/IHit.h" 
   11 #include "SectorSystemEndcap.h" 
   15 namespace KiTrackMarlin{
 
   28       TrackerHit* getTrackerHit() { 
return _trackerHit; };
 
   31       int getTheta() { 
return _theta; }
 
   32       unsigned getPhi() { 
return _phi; }
 
   38       void setLayer( 
unsigned layer ){ _layer = layer; }
 
   39       void setPhi( 
unsigned phi ){ _phi = phi; }
 
   40       void setTheta( 
unsigned theta ){ _theta = theta; }    
 
   43       virtual const ISectorSystem* getSectorSystem()
 const { 
return _sectorSystemEndcap; };
 
   47       TrackerHit* _trackerHit;
 
An interface for a hit for the ILD using an lcio TrackerHit as basis. 
Definition: IEndcapHit.h:22
 
A Sector System class for the Forward Tracking Disks FTD in the ILD. 
Definition: SectorSystemEndcap.h:29