Belle II Software development
SVDSensorInfoPar Class Reference

The Class for VXD geometry. More...

#include <SVDSensorInfoPar.h>

Inheritance diagram for SVDSensorInfoPar:
VXDSensorInfoBasePar

Public Types

enum  SensorType {
  PXD = 0 ,
  SVD = 1 ,
  TEL = 2 ,
  VXD = -1
}
 Enum specifing the type of sensor the SensorInfo represents. More...
 

Public Member Functions

 SVDSensorInfoPar (VxdID id=0, float width=0, float length=0, float thickness=0, int uCells=0, int vCells=0, float width2=0)
 Constructor which automatically sets the SensorType to SensorInfo::SVD.
 
void setID (VxdID id)
 Change the SensorID.
 
void setSensorParams (double stripEdgeU, double stripEdgeV, double depletionVoltage, double biasVoltage, double backplaneCapacitanceU, double interstripCapacitanceU, double couplingCapacitanceU, double backplaneCapacitanceV, double interstripCapacitanceV, double couplingCapacitanceV, double AduEquivalentU, double AduEquivalentV, double electronicNoiseU, double electronicNoiseV, double AduEquivalentSbwU, double AduEquivalentSbwV, double electronicNoiseSbwU, double electronicNoiseSbwV)
 Set sensor operation parameters.
 
double getTemperature () const
 Return the sensor temperature.
 
double getStripEdgeU () const
 Return the distance between end of strip and edge of active area.
 
double getStripEdgeV () const
 Return the distance between end of strip and edge of active area.
 
double getDepletionVoltage () const
 Return the depletion voltage of the sensor.
 
double getBiasVoltage () const
 Return the bias voltage on the sensor.
 
double getBackplaneCapacitanceU () const
 Return the backplane capacitance/cm for U-side strips.
 
double getInterstripCapacitanceU () const
 Return the interstrip capacitance/cm for U-side strips.
 
double getCouplingCapacitanceU () const
 Return the coupling capacitance/cm for U-side strips.
 
double getBackplaneCapacitanceV () const
 Return the backplane capacitance/cm for V-side strips.
 
double getInterstripCapacitanceV () const
 Return the interstrip capacitance/cm for V-side strips.
 
double getCouplingCapacitanceV () const
 Return the coupling capacitance/cm for V-side strips.
 
double getAduEquivalentU () const
 Return ADU equivalent for U strips.
 
double getAduEquivalentV () const
 Return ADU equivalent for V strips.
 
double getElectronicNoiseU () const
 Return electronic noise in e- for u strips.
 
double getElectronicNoiseV () const
 Return electronic noise in e- for v strips.
 
double getAduEquivalentSbwU () const
 Return ADU equivalent for U strips in Sbw barrel sensor.
 
double getAduEquivalentSbwV () const
 Return ADU equivalent for V strips in Sbw barrel sensor.
 
double getElectronicNoiseSbwU () const
 Return electronic noise in e- for u strips in bw barrel sensors.
 
double getElectronicNoiseSbwV () const
 Return electronic noise in e- for v strips in bw barrel sensors.
 
SensorType getType () const
 Return the Type of the Sensor.
 
VxdID getID () const
 Return the ID of the Sensor.
 
double getWidth2 () const
 Return forward width for a slanted sensor.
 
double getWidth () const
 Return the (backward) width of the sensor.
 
double getLength () const
 Return the length of the sensor.
 
double getSplitLength () const
 Return the splitLength of the sensor.
 
double getThickness () const
 Return the thickness of the sensor.
 
int getUCells () const
 Return number of pixel/strips in u direction.
 
int getVCells () const
 Return number of pixel/strips in v direction.
 
int getVCells1 () const
 Return number of pixel/strips in v direction for first segment.
 
int getVCells2 () const
 Return number of pixel/strips in v direction for second segment.
 

Protected Member Functions

 ClassDef (VXDSensorInfoBasePar, 6)
 ClassDef, must be the last term before the closing {}.
 

Protected Attributes

SensorType m_type
 Type of the Sensor.
 
unsigned short m_id
 ID of the Sensor.
 
double m_width
 Width of the sensor, backward width for wedge sensors.
 
double m_length
 Length of the Sensor.
 
double m_thickness
 Thickness of the Sensor.
 
double m_width2
 Forward width for wedge sensors, 0 for rectangular sensors.
 
double m_splitLength
 Length at which second pixel size starts, 0 for only one pixel size.
 
int m_uCells
 Number of strips/pixels in u direction.
 
int m_vCells
 Number of strips/pixels in v direction (up to splitLength for two pixel sizes)
 
int m_vCells2
 Number of strips/pixels in v direction after splitLength, 0 for only one pixel size.
 

Private Member Functions

 ClassDef (SVDSensorInfoPar, 7)
 needed by root
 

Private Attributes

double m_temperature
 Sensor temperature.
 
double m_stripEdgeU
 The distance between end of strips and edge of active area.
 
double m_stripEdgeV
 The distance between end of strips and edge of active area.
 
double m_depletionVoltage
 The depletion voltage of the Silicon sensor.
 
double m_biasVoltage
 The bias voltage on the sensor.
 
double m_backplaneCapacitanceU
 The backplane capacitance/cm for U-side strips.
 
double m_interstripCapacitanceU
 The interstrip capacitance/cm for U-side strips.
 
double m_couplingCapacitanceU
 The coupling capacitance/cm for U-side strips.
 
double m_backplaneCapacitanceV
 The backplane capacitance/cm for V-side strips.
 
double m_interstripCapacitanceV
 The interstrip capacitance/cm for V-side strips.
 
double m_couplingCapacitanceV
 The coupling capacitance/cm for V-side strips.
 
double m_aduEquivalentU
 ADU equivalent (electrons/ADU) for U strips.
 
double m_aduEquivalentV
 ADU equivalent (electrons/ADU) for V strips.
 
double m_electronicNoiseU
 The electronic noise for U strips.
 
double m_electronicNoiseV
 The electronic noise for V strips.
 
double m_aduEquivalentSbwU
 ADU equivalent (electrons/ADU) for U strips, Sbw barrel sensors.
 
double m_aduEquivalentSbwV
 ADU equivalent (electrons/ADU) for V strips, Sbw barrel sensors.
 
double m_electronicNoiseSbwU
 The electronic noise for U strips in bw barrel (non-Origami) sensors.
 
double m_electronicNoiseSbwV
 The electronic noise for V strips in bw barrel (non-Origami) sensors.
 

Detailed Description

The Class for VXD geometry.

Definition at line 23 of file SVDSensorInfoPar.h.

Member Enumeration Documentation

◆ SensorType

enum SensorType
inherited

Enum specifing the type of sensor the SensorInfo represents.

Enumerator
PXD 

PXD Sensor.

SVD 

SVD Sensor.

TEL 

Testbeam telescope sensor.

VXD 

Any type of VXD Sensor.

Definition at line 29 of file VXDSensorInfoBasePar.h.

29 {
30 PXD = 0,
31 SVD = 1,
32 TEL = 2,
33 VXD = -1,
34 };
@ VXD
Any type of VXD Sensor.
@ TEL
Testbeam telescope sensor.

Constructor & Destructor Documentation

◆ SVDSensorInfoPar()

SVDSensorInfoPar ( VxdID  id = 0,
float  width = 0,
float  length = 0,
float  thickness = 0,
int  uCells = 0,
int  vCells = 0,
float  width2 = 0 
)
inline

Constructor which automatically sets the SensorType to SensorInfo::SVD.

Parameters
idVXD ID of the sensor.
widthWidth of the sensor.
lengthLength of the sensor.
thicknessThickness of the senosr.
uCellsNumber of strips in u dirrection.
vCellsNumber of strips in v direction.
width2For wedge sensors, width is the width at 0, width2 is the width at maximum u.

Definition at line 35 of file SVDSensorInfoPar.h.

36 :
37 VXDSensorInfoBasePar(SVDSensorInfoPar::SVD, id, width, length, thickness, uCells, vCells,
38 width2, -1, 0),
47 {}
double m_electronicNoiseSbwU
The electronic noise for U strips in bw barrel (non-Origami) sensors.
double m_backplaneCapacitanceV
The backplane capacitance/cm for V-side strips.
double m_stripEdgeV
The distance between end of strips and edge of active area.
double m_electronicNoiseSbwV
The electronic noise for V strips in bw barrel (non-Origami) sensors.
double m_aduEquivalentSbwU
ADU equivalent (electrons/ADU) for U strips, Sbw barrel sensors.
double m_electronicNoiseV
The electronic noise for V strips.
double m_stripEdgeU
The distance between end of strips and edge of active area.
double m_aduEquivalentSbwV
ADU equivalent (electrons/ADU) for V strips, Sbw barrel sensors.
double m_biasVoltage
The bias voltage on the sensor.
double m_interstripCapacitanceU
The interstrip capacitance/cm for U-side strips.
double m_aduEquivalentV
ADU equivalent (electrons/ADU) for V strips.
double m_electronicNoiseU
The electronic noise for U strips.
double m_couplingCapacitanceV
The coupling capacitance/cm for V-side strips.
double m_interstripCapacitanceV
The interstrip capacitance/cm for V-side strips.
double m_aduEquivalentU
ADU equivalent (electrons/ADU) for U strips.
double m_backplaneCapacitanceU
The backplane capacitance/cm for U-side strips.
double m_depletionVoltage
The depletion voltage of the Silicon sensor.
double m_couplingCapacitanceU
The coupling capacitance/cm for U-side strips.
double m_temperature
Sensor temperature.
VXDSensorInfoBasePar()
Default constructor.

Member Function Documentation

◆ getAduEquivalentSbwU()

double getAduEquivalentSbwU ( ) const
inline

Return ADU equivalent for U strips in Sbw barrel sensor.

Definition at line 137 of file SVDSensorInfoPar.h.

137{return m_aduEquivalentSbwU;}

◆ getAduEquivalentSbwV()

double getAduEquivalentSbwV ( ) const
inline

Return ADU equivalent for V strips in Sbw barrel sensor.

Definition at line 139 of file SVDSensorInfoPar.h.

139{return m_aduEquivalentSbwV; }

◆ getAduEquivalentU()

double getAduEquivalentU ( ) const
inline

Return ADU equivalent for U strips.

Definition at line 129 of file SVDSensorInfoPar.h.

129{return m_aduEquivalentU;}

◆ getAduEquivalentV()

double getAduEquivalentV ( ) const
inline

Return ADU equivalent for V strips.

Definition at line 131 of file SVDSensorInfoPar.h.

131{return m_aduEquivalentV; }

◆ getBackplaneCapacitanceU()

double getBackplaneCapacitanceU ( ) const
inline

Return the backplane capacitance/cm for U-side strips.

Definition at line 117 of file SVDSensorInfoPar.h.

117{ return m_backplaneCapacitanceU; }

◆ getBackplaneCapacitanceV()

double getBackplaneCapacitanceV ( ) const
inline

Return the backplane capacitance/cm for V-side strips.

Definition at line 123 of file SVDSensorInfoPar.h.

123{ return m_backplaneCapacitanceV; }

◆ getBiasVoltage()

double getBiasVoltage ( ) const
inline

Return the bias voltage on the sensor.

Definition at line 115 of file SVDSensorInfoPar.h.

115{ return m_biasVoltage; }

◆ getCouplingCapacitanceU()

double getCouplingCapacitanceU ( ) const
inline

Return the coupling capacitance/cm for U-side strips.

Definition at line 121 of file SVDSensorInfoPar.h.

121{ return m_couplingCapacitanceU; }

◆ getCouplingCapacitanceV()

double getCouplingCapacitanceV ( ) const
inline

Return the coupling capacitance/cm for V-side strips.

Definition at line 127 of file SVDSensorInfoPar.h.

127{ return m_couplingCapacitanceV; }

◆ getDepletionVoltage()

double getDepletionVoltage ( ) const
inline

Return the depletion voltage of the sensor.

Definition at line 113 of file SVDSensorInfoPar.h.

113{ return m_depletionVoltage; }

◆ getElectronicNoiseSbwU()

double getElectronicNoiseSbwU ( ) const
inline

Return electronic noise in e- for u strips in bw barrel sensors.

Definition at line 141 of file SVDSensorInfoPar.h.

141{return m_electronicNoiseSbwU; }

◆ getElectronicNoiseSbwV()

double getElectronicNoiseSbwV ( ) const
inline

Return electronic noise in e- for v strips in bw barrel sensors.

Definition at line 143 of file SVDSensorInfoPar.h.

143{return m_electronicNoiseSbwV; }

◆ getElectronicNoiseU()

double getElectronicNoiseU ( ) const
inline

Return electronic noise in e- for u strips.

Definition at line 133 of file SVDSensorInfoPar.h.

133{return m_electronicNoiseU; }

◆ getElectronicNoiseV()

double getElectronicNoiseV ( ) const
inline

Return electronic noise in e- for v strips.

Definition at line 135 of file SVDSensorInfoPar.h.

135{return m_electronicNoiseV; }

◆ getID()

VxdID getID ( ) const
inlineinherited

Return the ID of the Sensor.

Definition at line 73 of file VXDSensorInfoBasePar.h.

73{ return m_id; }
unsigned short m_id
ID of the Sensor.

◆ getInterstripCapacitanceU()

double getInterstripCapacitanceU ( ) const
inline

Return the interstrip capacitance/cm for U-side strips.

Definition at line 119 of file SVDSensorInfoPar.h.

119{ return m_interstripCapacitanceU; }

◆ getInterstripCapacitanceV()

double getInterstripCapacitanceV ( ) const
inline

Return the interstrip capacitance/cm for V-side strips.

Definition at line 125 of file SVDSensorInfoPar.h.

125{ return m_interstripCapacitanceV; }

◆ getLength()

double getLength ( ) const
inlineinherited

Return the length of the sensor.

Definition at line 79 of file VXDSensorInfoBasePar.h.

79{ return m_length; }
double m_length
Length of the Sensor.

◆ getSplitLength()

double getSplitLength ( ) const
inlineinherited

Return the splitLength of the sensor.

Definition at line 81 of file VXDSensorInfoBasePar.h.

81{ return m_splitLength; }
double m_splitLength
Length at which second pixel size starts, 0 for only one pixel size.

◆ getStripEdgeU()

double getStripEdgeU ( ) const
inline

Return the distance between end of strip and edge of active area.

Definition at line 109 of file SVDSensorInfoPar.h.

109{return m_stripEdgeU; }

◆ getStripEdgeV()

double getStripEdgeV ( ) const
inline

Return the distance between end of strip and edge of active area.

Definition at line 111 of file SVDSensorInfoPar.h.

111{return m_stripEdgeV; }

◆ getTemperature()

double getTemperature ( ) const
inline

Return the sensor temperature.

Definition at line 107 of file SVDSensorInfoPar.h.

107{return m_temperature; }

◆ getThickness()

double getThickness ( ) const
inlineinherited

Return the thickness of the sensor.

Definition at line 83 of file VXDSensorInfoBasePar.h.

83{ return m_thickness; }
double m_thickness
Thickness of the Sensor.

◆ getType()

SensorType getType ( ) const
inlineinherited

Return the Type of the Sensor.

Definition at line 71 of file VXDSensorInfoBasePar.h.

71{ return m_type; }
SensorType m_type
Type of the Sensor.

◆ getUCells()

int getUCells ( ) const
inlineinherited

Return number of pixel/strips in u direction.

Definition at line 85 of file VXDSensorInfoBasePar.h.

85{ return m_uCells; }
int m_uCells
Number of strips/pixels in u direction.

◆ getVCells()

int getVCells ( ) const
inlineinherited

Return number of pixel/strips in v direction.

Definition at line 87 of file VXDSensorInfoBasePar.h.

87{ return m_vCells + m_vCells2; }
int m_vCells
Number of strips/pixels in v direction (up to splitLength for two pixel sizes)
int m_vCells2
Number of strips/pixels in v direction after splitLength, 0 for only one pixel size.

◆ getVCells1()

int getVCells1 ( ) const
inlineinherited

Return number of pixel/strips in v direction for first segment.

Definition at line 89 of file VXDSensorInfoBasePar.h.

89{ return m_vCells; }

◆ getVCells2()

int getVCells2 ( ) const
inlineinherited

Return number of pixel/strips in v direction for second segment.

Definition at line 91 of file VXDSensorInfoBasePar.h.

91{ return m_vCells2; }

◆ getWidth()

double getWidth ( ) const
inlineinherited

Return the (backward) width of the sensor.

Definition at line 77 of file VXDSensorInfoBasePar.h.

77{ return m_width; }
double m_width
Width of the sensor, backward width for wedge sensors.

◆ getWidth2()

double getWidth2 ( ) const
inlineinherited

Return forward width for a slanted sensor.

Definition at line 75 of file VXDSensorInfoBasePar.h.

75{ return m_width2; }
double m_width2
Forward width for wedge sensors, 0 for rectangular sensors.

◆ setID()

void setID ( VxdID  id)
inline

Change the SensorID.

Useful to copy the SensorInfo from one sensor and use it for another.

Parameters
idVxdID to be assigned to current sensor.

Definition at line 53 of file SVDSensorInfoPar.h.

53{ m_id = id; }

◆ setSensorParams()

void setSensorParams ( double  stripEdgeU,
double  stripEdgeV,
double  depletionVoltage,
double  biasVoltage,
double  backplaneCapacitanceU,
double  interstripCapacitanceU,
double  couplingCapacitanceU,
double  backplaneCapacitanceV,
double  interstripCapacitanceV,
double  couplingCapacitanceV,
double  AduEquivalentU,
double  AduEquivalentV,
double  electronicNoiseU,
double  electronicNoiseV,
double  AduEquivalentSbwU,
double  AduEquivalentSbwV,
double  electronicNoiseSbwU,
double  electronicNoiseSbwV 
)
inline

Set sensor operation parameters.

Parameters
stripEdgeUDistance from end of strip to edge of active area.
stripEdgeVDistance from end of strip to edge of active area.
depletionVoltageDepletion voltage of the sensor.
biasVoltageBias voltage on the sensor.
backplaneCapacitanceUBackplane capacitance/cm for U strips.
interstripCapacitanceUInterstrip capacitance/cm for U strips..
couplingCapacitanceUCoupling capacitance/cm for U strips.
backplaneCapacitanceVBackplane capacitance/cm for V strips.
interstripCapacitanceVInterstrip capacitance/cm for V strips.
couplingCapacitanceVCoupling capacitance/cm for V strips,
AduEquivalentUCharge in electrons per 1 ADU, U strips.
AduEquivalentVCharge in electrons per 1 ADU, V strips.
electronicNoiseUNoise on U-strips; for barrels the value for Origami,
electronicNoiseVNoise on V-strips, for barrels the value for Origami,
AduEquivalentSbwUCharge in electrons per 1 ADU, u-strips in barrel Sbw sensors.
AduEquivalentSbwVCharge in electrons per 1 ADU, v-strips in barrel Sbw sensors.
electronicNoiseSbwUNoise on U strips of backward barrel senosrs,
electronicNoiseSbwVNoise on V strips of backward barrel sensors

Definition at line 75 of file SVDSensorInfoPar.h.

85 {
86 m_stripEdgeU = stripEdgeU,
87 m_stripEdgeV = stripEdgeV,
88 m_depletionVoltage = depletionVoltage;
89 m_biasVoltage = biasVoltage;
90 m_backplaneCapacitanceU = backplaneCapacitanceU;
91 m_interstripCapacitanceU = interstripCapacitanceU;
92 m_couplingCapacitanceU = couplingCapacitanceU;
93 m_backplaneCapacitanceV = backplaneCapacitanceV;
94 m_interstripCapacitanceV = interstripCapacitanceV;
95 m_couplingCapacitanceV = couplingCapacitanceV;
96 m_aduEquivalentU = AduEquivalentU;
97 m_aduEquivalentV = AduEquivalentV;
98 m_electronicNoiseU = electronicNoiseU;
99 m_electronicNoiseV = electronicNoiseV;
100 m_aduEquivalentSbwU = AduEquivalentSbwU;
101 m_aduEquivalentSbwV = AduEquivalentSbwV;
102 m_electronicNoiseSbwU = electronicNoiseSbwU;
103 m_electronicNoiseSbwV = electronicNoiseSbwV;
104 }

Member Data Documentation

◆ m_aduEquivalentSbwU

double m_aduEquivalentSbwU
private

ADU equivalent (electrons/ADU) for U strips, Sbw barrel sensors.

Definition at line 177 of file SVDSensorInfoPar.h.

◆ m_aduEquivalentSbwV

double m_aduEquivalentSbwV
private

ADU equivalent (electrons/ADU) for V strips, Sbw barrel sensors.

Definition at line 179 of file SVDSensorInfoPar.h.

◆ m_aduEquivalentU

double m_aduEquivalentU
private

ADU equivalent (electrons/ADU) for U strips.

Definition at line 169 of file SVDSensorInfoPar.h.

◆ m_aduEquivalentV

double m_aduEquivalentV
private

ADU equivalent (electrons/ADU) for V strips.

Definition at line 171 of file SVDSensorInfoPar.h.

◆ m_backplaneCapacitanceU

double m_backplaneCapacitanceU
private

The backplane capacitance/cm for U-side strips.

Definition at line 157 of file SVDSensorInfoPar.h.

◆ m_backplaneCapacitanceV

double m_backplaneCapacitanceV
private

The backplane capacitance/cm for V-side strips.

Definition at line 163 of file SVDSensorInfoPar.h.

◆ m_biasVoltage

double m_biasVoltage
private

The bias voltage on the sensor.

Definition at line 155 of file SVDSensorInfoPar.h.

◆ m_couplingCapacitanceU

double m_couplingCapacitanceU
private

The coupling capacitance/cm for U-side strips.

Definition at line 161 of file SVDSensorInfoPar.h.

◆ m_couplingCapacitanceV

double m_couplingCapacitanceV
private

The coupling capacitance/cm for V-side strips.

Definition at line 167 of file SVDSensorInfoPar.h.

◆ m_depletionVoltage

double m_depletionVoltage
private

The depletion voltage of the Silicon sensor.

Definition at line 153 of file SVDSensorInfoPar.h.

◆ m_electronicNoiseSbwU

double m_electronicNoiseSbwU
private

The electronic noise for U strips in bw barrel (non-Origami) sensors.

Definition at line 181 of file SVDSensorInfoPar.h.

◆ m_electronicNoiseSbwV

double m_electronicNoiseSbwV
private

The electronic noise for V strips in bw barrel (non-Origami) sensors.

Definition at line 183 of file SVDSensorInfoPar.h.

◆ m_electronicNoiseU

double m_electronicNoiseU
private

The electronic noise for U strips.

Definition at line 173 of file SVDSensorInfoPar.h.

◆ m_electronicNoiseV

double m_electronicNoiseV
private

The electronic noise for V strips.

Definition at line 175 of file SVDSensorInfoPar.h.

◆ m_id

unsigned short m_id
protectedinherited

ID of the Sensor.

Definition at line 98 of file VXDSensorInfoBasePar.h.

◆ m_interstripCapacitanceU

double m_interstripCapacitanceU
private

The interstrip capacitance/cm for U-side strips.

Definition at line 159 of file SVDSensorInfoPar.h.

◆ m_interstripCapacitanceV

double m_interstripCapacitanceV
private

The interstrip capacitance/cm for V-side strips.

Definition at line 165 of file SVDSensorInfoPar.h.

◆ m_length

double m_length
protectedinherited

Length of the Sensor.

Definition at line 102 of file VXDSensorInfoBasePar.h.

◆ m_splitLength

double m_splitLength
protectedinherited

Length at which second pixel size starts, 0 for only one pixel size.

Definition at line 108 of file VXDSensorInfoBasePar.h.

◆ m_stripEdgeU

double m_stripEdgeU
private

The distance between end of strips and edge of active area.

Definition at line 149 of file SVDSensorInfoPar.h.

◆ m_stripEdgeV

double m_stripEdgeV
private

The distance between end of strips and edge of active area.

Definition at line 151 of file SVDSensorInfoPar.h.

◆ m_temperature

double m_temperature
private

Sensor temperature.

Definition at line 147 of file SVDSensorInfoPar.h.

◆ m_thickness

double m_thickness
protectedinherited

Thickness of the Sensor.

Definition at line 104 of file VXDSensorInfoBasePar.h.

◆ m_type

SensorType m_type
protectedinherited

Type of the Sensor.

Definition at line 96 of file VXDSensorInfoBasePar.h.

◆ m_uCells

int m_uCells
protectedinherited

Number of strips/pixels in u direction.

Definition at line 110 of file VXDSensorInfoBasePar.h.

◆ m_vCells

int m_vCells
protectedinherited

Number of strips/pixels in v direction (up to splitLength for two pixel sizes)

Definition at line 112 of file VXDSensorInfoBasePar.h.

◆ m_vCells2

int m_vCells2
protectedinherited

Number of strips/pixels in v direction after splitLength, 0 for only one pixel size.

Definition at line 114 of file VXDSensorInfoBasePar.h.

◆ m_width

double m_width
protectedinherited

Width of the sensor, backward width for wedge sensors.

Definition at line 100 of file VXDSensorInfoBasePar.h.

◆ m_width2

double m_width2
protectedinherited

Forward width for wedge sensors, 0 for rectangular sensors.

Definition at line 106 of file VXDSensorInfoBasePar.h.


The documentation for this class was generated from the following file: