KiTrackMarlin  1.9.0
VXDHit01.h
1 #ifndef VXDHit01_h
2 #define VXDHit01_h
3 
4 #include "ILDImpl/IVXDHit.h"
5 
6 
7 using namespace lcio;
8 
9 namespace KiTrackMarlin{
10 
11 
19  class VXDHit01 : public IVXDHit{
20 
21 
22  public:
23 
24  VXDHit01( TrackerHit* trackerHit , const SectorSystemVXD* const sectorSystemVXD );
25 
26 
27  };
28 
29  //void setSectorisationInPhi(int PhiSectors);
30  //void setSectorisationInTheta(int ThetaSectors);
31 
32 }
33 
34 
35 #endif
36 
An interface for a hit for the ILD using an lcio TrackerHit as basis.
Definition: IVXDHit.h:22
A class for hits in the VXD (the 01 is just for historical reasons and may be renamed) ...
Definition: VXDHit01.h:19
A Sector System class for the Forward Tracking Disks FTD in the ILD.
Definition: SectorSystemVXD.h:29