1 #ifndef ISectorSystem_h
2 #define ISectorSystem_h
6 #include "KiTrack/KiTrackExceptions.h"
unsigned getNumberOfLayers() const
Definition: ISectorSystem.h:33
virtual unsigned getLayer(int sector) const =0
Out of range exception, used when the user tries to access layers oder sensors, that are not implemen...
Definition: KiTrackExceptions.h:40
virtual std::string getInfoOnSector(int sector) const =0
An interface for Sector Systems.
Definition: ISectorSystem.h:24