KiTrackMarlin  1.9.0
MiniVectorHit01.h
1 #ifndef MiniVectorHit01_h
2 #define MiniVectorHit01_h
3 
4 #include "ILDImpl/IMiniVector.h"
5 
6 
7 using namespace lcio;
8 
9 namespace KiTrackMarlin{
10 
11 
15  class MiniVectorHit01 : public IMiniVector{
16 
17 
18  public:
19 
20  MiniVectorHit01( MiniVector* miniVector , const SectorSystemVXD* const sectorSystemVXD );
21 
22 
23  };
24 
25 }
26 
27 
28 #endif
29 
Definition: MiniVector.h:28
A class for mini-vectors in the VXD - SIT system (the 01 is just for historical reasons and may be re...
Definition: MiniVectorHit01.h:15
An interface for a mini-vector for the ILD.
Definition: IMiniVector.h:21
A Sector System class for the Forward Tracking Disks FTD in the ILD.
Definition: SectorSystemVXD.h:29