![]() |
Belle II Software development
|
Struct holding the information where a sensor should be placed inside the ladder. More...
#include <GeoVXDComponents.h>
Public Member Functions | |
VXDGeoSensorPlacement (int sensorID=0, const std::string &sensorTypeID="", double z=0, bool flipU=false, bool flipV=false, bool flipW=false) | |
Constructor. | |
int | getSensorID () const |
get the sensor id inside the ladder | |
const std::string & | getSensorTypeID () const |
get the sensor type id, internal id only needed for construction | |
double | getZ () const |
get the z position of the sensor | |
bool | getFlipU () const |
check whether or not the sensor should be flipped around the U coordinate | |
bool | getFlipV () const |
check whether or not the sensor should be flipped around the V coordinate | |
bool | getFlipW () const |
check whether or not the sensor should be flipped around the W coordinate | |
Private Attributes | |
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? | |
Struct holding the information where a sensor should be placed inside the ladder.
Definition at line 152 of file GeoVXDComponents.h.
|
inline |
Constructor.
Definition at line 155 of file GeoVXDComponents.h.
|
inline |
check whether or not the sensor should be flipped around the U coordinate
Definition at line 165 of file GeoVXDComponents.h.
|
inline |
check whether or not the sensor should be flipped around the V coordinate
Definition at line 167 of file GeoVXDComponents.h.
|
inline |
check whether or not the sensor should be flipped around the W coordinate
Definition at line 169 of file GeoVXDComponents.h.
|
inline |
get the sensor id inside the ladder
Definition at line 159 of file GeoVXDComponents.h.
|
inline |
get the sensor type id, internal id only needed for construction
Definition at line 161 of file GeoVXDComponents.h.
|
inline |
get the z position of the sensor
Definition at line 163 of file GeoVXDComponents.h.
|
private |
flip sensor along u?
Definition at line 178 of file GeoVXDComponents.h.
|
private |
flip sensor along v?
Definition at line 180 of file GeoVXDComponents.h.
|
private |
flip sensor along w?
Definition at line 182 of file GeoVXDComponents.h.
|
private |
ID of the sensor inside the ladder.
Definition at line 172 of file GeoVXDComponents.h.
|
private |
Type of the sensor to be used.
Definition at line 174 of file GeoVXDComponents.h.
|
private |
global z position of the center of the sensor
Definition at line 176 of file GeoVXDComponents.h.