 |
Belle II Software
release-05-01-25
|
29 class VXDGeoSensorPlacementPar:
public TObject {
34 bool flipU =
false,
bool flipV =
false,
bool flipW =
false):
const std::string & getSensorTypeID() const
get the sensor type id, internal id only needed for construction
void setZ(double z)
set the z position of the sensor
bool m_flipW
flip sensor along w?
ClassDef(VXDGeoSensorPlacementPar, 5)
ClassDef, must be the last term before the closing {}.
bool getFlipU() const
return whether or not the sensor should be flipped around the U coordinate
void setSensorID(int sensorID)
set the sensor id inside the ladder
bool m_flipU
flip sensor along u?
std::string m_sensorTypeID
Type of the sensor to be used.
bool getFlipV() const
return whether or not the sensor should be flipped around the V coordinate
int getSensorID() const
get the sensor id inside the ladder
Abstract base class for different kinds of events.
void setFlipU(bool flipU)
set whether or not the sensor should be flipped around the U coordinate
VXDGeoSensorPlacementPar(int sensorID=0, const std::string &sensorTypeID="", double z=0, bool flipU=false, bool flipV=false, bool flipW=false)
Constructor.
void setSensorTypeID(const std::string &sensorTypeID)
set the sensor type id, internal id only needed for construction
double getZ() const
get the z position of the sensor
void setFlipW(bool flipW)
set whether or not the sensor should be flipped around the W coordinate
The Class for VXD Sensor Placement payload.
int m_sensorID
ID of the sensor inside the ladder.
bool getFlipW() const
return whether or not the sensor should be flipped around the W coordinate
double m_z
global z position of the center of the sensor
void setFlipV(bool flipV)
set whether or not the sensor should be flipped around the V coordinate
~VXDGeoSensorPlacementPar()
Destructor.
bool m_flipV
flip sensor along v?