The Class for VXD Sensor Placement payload.
More...
#include <VXDGeoSensorPlacementPar.h>
|
| VXDGeoSensorPlacementPar (int sensorID=0, const std::string &sensorTypeID="", double z=0, bool flipU=false, bool flipV=false, bool flipW=false) |
| Constructor.
|
|
| ~VXDGeoSensorPlacementPar () |
| Destructor.
|
|
int | getSensorID () const |
| get the sensor id inside the ladder
|
|
void | setSensorID (int sensorID) |
| set the sensor id inside the ladder
|
|
const std::string & | getSensorTypeID () const |
| get the sensor type id, internal id only needed for construction
|
|
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 | setZ (double z) |
| set the z position of the sensor
|
|
bool | getFlipU () const |
| return whether or not the sensor should be flipped around the U coordinate
|
|
void | setFlipU (bool flipU) |
| set whether or not the sensor should be flipped around the U coordinate
|
|
bool | getFlipV () const |
| return whether or not the sensor should be flipped around the V coordinate
|
|
void | setFlipV (bool flipV) |
| set whether or not the sensor should be flipped around the V coordinate
|
|
bool | getFlipW () const |
| return whether or not the sensor should be flipped around the W coordinate
|
|
void | setFlipW (bool flipW) |
| set whether or not the sensor should be flipped around the W coordinate
|
|
|
int | m_sensorID |
| ID of the sensor inside the ladder.
|
|
std::string | m_sensorTypeID |
| Type of the sensor to be used.
|
|
double | m_z |
| global z position of the center of the sensor
|
|
bool | m_flipU |
| flip sensor along u?
|
|
bool | m_flipV |
| flip sensor along v?
|
|
bool | m_flipW |
| flip sensor along w?
|
|
The Class for VXD Sensor Placement payload.
Definition at line 27 of file VXDGeoSensorPlacementPar.h.
◆ VXDGeoSensorPlacementPar()
VXDGeoSensorPlacementPar |
( |
int |
sensorID = 0 , |
|
|
const std::string & |
sensorTypeID = "" , |
|
|
double |
z = 0 , |
|
|
bool |
flipU = false , |
|
|
bool |
flipV = false , |
|
|
bool |
flipW = false |
|
) |
| |
|
inline |
Constructor.
Definition at line 31 of file VXDGeoSensorPlacementPar.h.
32 :
bool m_flipV
flip sensor along v?
bool m_flipU
flip sensor along u?
std::string m_sensorTypeID
Type of the sensor to be used.
bool m_flipW
flip sensor along w?
int m_sensorID
ID of the sensor inside the ladder.
double m_z
global z position of the center of the sensor
◆ ~VXDGeoSensorPlacementPar()
◆ getFlipU()
◆ getFlipV()
◆ getFlipW()
◆ getSensorID()
int getSensorID |
( |
| ) |
const |
|
inline |
◆ getSensorTypeID()
const std::string & getSensorTypeID |
( |
| ) |
const |
|
inline |
◆ getZ()
◆ setFlipU()
void setFlipU |
( |
bool |
flipU | ) |
|
|
inline |
◆ setFlipV()
void setFlipV |
( |
bool |
flipV | ) |
|
|
inline |
◆ setFlipW()
void setFlipW |
( |
bool |
flipW | ) |
|
|
inline |
◆ setSensorID()
void setSensorID |
( |
int |
sensorID | ) |
|
|
inline |
◆ setSensorTypeID()
void setSensorTypeID |
( |
const std::string & |
sensorTypeID | ) |
|
|
inline |
◆ setZ()
◆ m_flipU
◆ m_flipV
◆ m_flipW
◆ m_sensorID
◆ m_sensorTypeID
std::string m_sensorTypeID |
|
private |
◆ m_z
The documentation for this class was generated from the following file: