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