1 #ifndef VXDSectorConnector_h
2 #define VXDSectorConnector_h
4 #include "KiTrack/ISectorConnector.h"
6 #include "ILDImpl/SectorSystemVXD.h"
10 namespace KiTrackMarlin{
25 VXDSectorConnector (
const SectorSystemVXD* sectorSystemVXD ,
unsigned layerStepMax,
unsigned lastLayerToIP,
int neighPhi = 8,
int neighTheta = 1,
int layerMax = 10 ) ;
36 unsigned _layerStepMax;
38 unsigned _lastLayerToIP;
39 unsigned _nDivisionsInPhi ;
40 unsigned _nDivisionsInTheta ;
virtual std::set< int > getTargetSectors(int sector)
Definition: VXDSectorConnector.cc:24
Used to connect two sectors on the VXD.
Definition: VXDSectorConnector.h:20
A Sector System class for the Forward Tracking Disks FTD in the ILD.
Definition: SectorSystemVXD.h:29