 |
Belle II Software
release-05-01-25
|
13 #include <vxd/dataobjects/VxdID.h>
27 class VXDSensorInfoBasePar :
public TObject {
63 int uCells,
int vCells,
double width2 = 0,
double splitLength = -1,
int vCells2 = 0):
unsigned short m_id
ID of the Sensor.
Class to uniquely identify a any structure of the PXD and SVD.
double m_width2
Forward width for wedge sensors, 0 for rectangular sensors.
int m_vCells2
Number of strips/pixels in v direction after splitLength, 0 for only one pixel size.
double getWidth() const
Return the (backward) width of the sensor.
double getSplitLength() const
Return the splitLength of the sensor.
int getVCells1() const
Return number of pixel/strips in v direction for first segment.
ClassDef(VXDSensorInfoBasePar, 6)
ClassDef, must be the last term before the closing {}.
Namespace to provide code needed by both Vertex Detectors, PXD and SVD.
double getLength() const
Return the length of the sensor.
@ VXD
Any type of VXD Sensor.
int m_uCells
Number of strips/pixels in u direction.
SensorType
Enum specifing the type of sensor the SensorInfo represents.
virtual ~VXDSensorInfoBasePar()
Virtual destructor to make class polymorph.
SensorType m_type
Type of the Sensor.
@ TEL
Testbeam telescope sensor.
VxdID getID() const
Return the ID of the Sensor.
Abstract base class for different kinds of events.
double m_splitLength
Length at which second pixel size starts, 0 for only one pixel size.
int m_vCells
Number of strips/pixels in v direction (up to splitLength for two pixel sizes)
VXDSensorInfoBasePar()
Default constructor.
int getVCells2() const
Return number of pixel/strips in v direction for second segment.
int getUCells() const
Return number of pixel/strips in u direction.
int getVCells() const
Return number of pixel/strips in v direction.
double m_width
Width of the sensor, backward width for wedge sensors.
double getWidth2() const
Return forward width for a slanted sensor.
SensorType getType() const
Return the Type of the Sensor.
double m_thickness
Thickness of the Sensor.
double m_length
Length of the Sensor.
double getThickness() const
Return the thickness of the sensor.