7 #ifndef GEAR_TRACKERPLANESPARAMETERS_H 
    8 #define GEAR_TRACKERPLANESPARAMETERS_H 1 
   10 #include "gear/GearParameters.h" 
   14 class TrackerPlanesLayerLayout;
 
virtual void setLayoutNumberOfLayers(int)=0
Number of telescope planes of TrackerPlanes detector. 
 
virtual void setLayoutID(int)=0
ID of telescope setup. 
 
virtual const TrackerPlanesLayerLayout & getTrackerPlanesLayerLayout() const =0
The layer layout of pixel beam telescope. 
 
virtual void setLayoutType(int)=0
The type of TrackerPlanes detector: 
 
Abstract interface for a set of parameters that can be used to describe the geometrical properties of...
 
virtual int getLayoutID() const =0
ID of telescope setup. 
 
virtual ~TrackerPlanesParameters()
Destructor. 
 
virtual int getLayoutNumberOfLayers() const =0
Number of telescope planes of TrackerPlanes detector. 
 
virtual int getLayoutType() const =0
The type of TrackerPlanes detector: 
 
Geometry properties of a pixel beam telescope needed for reconstruction code.