2 #ifndef GEAR_FTDPARAMETERS_H
3 #define GEAR_FTDPARAMETERS_H 1
6 #include "gear/GearParameters.h"
36 static const int PIXEL = 1;
37 static const int STRIP = 2;
39 static const int FACE = 1;
40 static const int BACK = 2;
Abstract interface for a set of parameters that can be used to describe the geometrical properties of...
Abstract description of layers in a FTD detector.
virtual ~FTDParameters()
Destructor.
virtual const FTDLayerLayout & getFTDLayerLayout() const =0
The layer layout in the Vertex.
Geometry properties of a FTD detector needed for reconstruction code.