ForwardTracking  1.10.0
EndcapHit01.h
1 #ifndef EndcapHit01_h
2 #define EndcapHit01_h
3 
4 #include "IEndcapHit.h"
5 
6 
7 using namespace lcio;
8 
9 namespace KiTrackMarlin{
10 
11 
19  class EndcapHit01 : public IEndcapHit{
20 
21 
22  public:
23 
24  EndcapHit01( TrackerHit* trackerHit , const SectorSystemEndcap* const sectorSystemEndcap );
25 
26 
27  };
28 
29  //void setSectorisationInPhi(int PhiSectors);
30  //void setSectorisationInTheta(int ThetaSectors);
31 
32 }
33 
34 
35 #endif
36 
A class for hits in the VXD (the 01 is just for historical reasons and may be renamed) ...
Definition: EndcapHit01.h:19
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