1 #ifndef FTDSectorConnector_h
2 #define FTDSectorConnector_h
4 #include "KiTrack/ISectorConnector.h"
6 #include "ILDImpl/SectorSystemFTD.h"
10 namespace KiTrackMarlin{
43 unsigned _layerStepMax;
44 unsigned _petalStepMax;
45 unsigned _lastLayerToIP;
A Sector System class for the Forward Tracking Disks FTD in the ILD.
Definition: SectorSystemFTD.h:27
Used to connect two sectors on the FTD.
Definition: FTDSectorConnector.h:21
FTDSectorConnector(const SectorSystemFTD *sectorSystemFTD, unsigned layerStepMax, unsigned petalStepMax, unsigned lastLayerToIP)
Definition: FTDSectorConnector.cc:8
virtual std::set< int > getTargetSectors(int sector)
Definition: FTDSectorConnector.cc:19