GEAR  1.9.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends Pages
SiPlanesParameters.h
1 // -*- C++ -*-
2 // AID-GENERATED
3 // =========================================================================
4 // This class was generated by AID - Abstract Interface Definition
5 // DO NOT MODIFY, but use the org.freehep.aid.Aid utility to regenerate it.
6 // =========================================================================
7 #ifndef GEAR_SIPLANESPARAMETERS_H
8 #define GEAR_SIPLANESPARAMETERS_H 1
9 
10 #include "gear/GearParameters.h"
11 
12 namespace gear {
13 
14 class SiPlanesLayerLayout;
15 
21 class SiPlanesParameters : virtual public GearParameters {
22 
23 public:
25  virtual ~SiPlanesParameters() { /* nop */; }
26 
27  // static constants (enums( for the type of layout
28 
29  static const int TelescopeWithDUT = 1 ;
30  static const int TelescopeWithoutDUT = 2 ;
32  virtual const SiPlanesLayerLayout & getSiPlanesLayerLayout() const = 0;
33 
36  virtual int getSiPlanesID() const = 0;
37 
41  virtual int getSiPlanesType() const = 0;
42 
45  virtual int getSiPlanesNumber() const = 0;
46 
49  virtual void setSiPlanesID(int value) = 0;
50 
54  virtual void setSiPlanesType(int value) = 0;
55 
58  virtual void setSiPlanesNumber(int value) = 0;
59 
60 
61 }; // class
62 } // namespace gear
63 #endif /* ifndef GEAR_SIPLANESPARAMETERS_H */
virtual int getSiPlanesType() const =0
The type of SiPlanes detector: SiPlanesParameters.TelescopeWithDUT, SiPlanesParameters.TelescopeWithoutDUT.
virtual int getSiPlanesNumber() const =0
Number of telescope planes of SiPlanes detector.
virtual const SiPlanesLayerLayout & getSiPlanesLayerLayout() const =0
The layer layout of pixel beam telescope.
Abstract interface for a set of parameters that can be used to describe the geometrical properties of...
virtual int getSiPlanesID() const =0
ID of telescope setup.
Abstract description of layers in a pixel beam telescope.
virtual ~SiPlanesParameters()
Destructor.
virtual void setSiPlanesType(int value)=0
The type of SiPlanes detector: SiPlanesParameters.TelescopeWithDUT, SiPlanesParameters.TelescopeWithoutDUT.
virtual void setSiPlanesNumber(int value)=0
Number of telescope planes of SiPlanes detector.
Geometry properties of a pixel beam telescope needed for reconstruction code.
virtual void setSiPlanesID(int value)=0
ID of telescope setup.