4 #include "KiTrack/IHit.h"
6 #include "ILDImpl/SectorSystemFTD.h"
10 namespace KiTrackMarlin{
20 FTDHitSimple(
float x ,
float y ,
float z ,
int side,
unsigned layer ,
unsigned module,
unsigned sensor,
const SectorSystemFTD*
const sectorSystemFTD );
24 virtual const ISectorSystem* getSectorSystem()
const {
return _sectorSystemFTD; };
37 void calculateSector(){ _sector = _sectorSystemFTD->
getSector( _side, _layer , _module , _sensor ); }
A hit.
Definition: FTDHitSimple.h:15
A Sector System class for the Forward Tracking Disks FTD in the ILD.
Definition: SectorSystemFTD.h:27
int getSector(int side, unsigned layer, unsigned module, unsigned sensor) const
Calculates the sector number corresponding to the passed parameters.
Definition: SectorSystemFTD.cc:21