6 #include "EVENT/TrackerHit.h"
9 #include "KiTrack/IHit.h"
10 #include "ILDImpl/MiniVector.h"
12 #include "ILDImpl/SectorSystemVXD.h"
16 namespace KiTrackMarlin{
27 MiniVector* getMiniVector() {
return _miniVector; };
30 int getTheta() {
return _theta; }
31 unsigned getPhi() {
return _phi; }
37 void setLayer(
unsigned layer ){ _layer = layer; }
38 void setPhi(
unsigned phi ){ _phi = phi; }
39 void setTheta(
unsigned theta ){ _theta = theta; }
42 virtual const ISectorSystem* getSectorSystem()
const {
return _sectorSystemVXD; };
Definition: MiniVector.h:28
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