![]() |
Project
|
Enumerations | |
enum class | RPCtype { Long , BottomCut , TopCut , Short } |
Functions | |
bool | isShortRPC (int deId) |
double | getLocalBoardHeight (int chamber) |
double | getLocalBoardWidth (int chamber) |
double | getRPCCenterPosX (int chamber, int rpc) |
double | getRPCHalfLength (int chamber, int rpc) |
double | getRPCHalfHeight (int chamber) |
double | getStripUnitPitchSize (int chamber) |
RPCtype | getRPCType (int deId) |
std::string | getRPCVolumeName (RPCtype type, int iChamber) |
std::string | getChamberVolumeName (int chamber) |
Variables | |
constexpr double | BeamAngle = -0.794 |
Angle between beam position and horizontal. | |
constexpr double | LocalBoardHeight = 17. |
Local board height in the first chamber. | |
constexpr double | LocalBoardWidth = 34. |
Local board width in the first chamber. | |
constexpr double | RPCCenterPos = 129.5 |
Position of most RPCs in the right side of the first chamber. | |
constexpr double | RPCHalfLength = 127.5 |
Half length of most RPCs in the first chamber. | |
constexpr double | RPCShortCenterPos = 155. |
Position of the short RPC in the right side of the first chamber. | |
constexpr double | RPCShortHalfLength = 102. |
Half length of the short RPC in the first chamber. | |
constexpr double | RPCZShift = 3.6 |
Default shift of the RPC z position with respect to the average chamber position. | |
constexpr double | StripUnitPitchSize = 1.0625 |
Unit pitch size of the strip in the first chamber. | |
constexpr std::array< const double, 4 > | ChamberScaleFactors {{1., 1.01060, 1.06236, 1.07296}} |
Array of scale factors for projective geometry. | |
constexpr std::array< const double, 4 > | DefaultChamberZ {{-1603.5, -1620.5, -1703.5, -1720.5}} |
Array of default z position of the chamber. | |
|
strong |
Enumerator | |
---|---|
Long | |
BottomCut | |
TopCut | |
Short |
Definition at line 44 of file GeometryParameters.h.
std::string o2::mid::geoparams::getChamberVolumeName | ( | int | chamber | ) |
Returns the chamber name in the geometry
Returns the chamber name in the geometry
Definition at line 66 of file GeometryParameters.cxx.
|
inline |
Returns the height of the local board in the chamber
chamber | The chamber ID (0-3) |
Definition at line 55 of file GeometryParameters.h.
|
inline |
Returns the height of the local board in the chamber
chamber | The chamber ID (0-3) |
Definition at line 59 of file GeometryParameters.h.
Returns the position of the center of the RPC in the chamber
chamber | The chamber ID (0-3) |
rpc | The RPC ID (0-9) |
Definition at line 64 of file GeometryParameters.h.
|
inline |
Returns the half height of the RPC in the chamber
chamber | The chamber ID (0-3) |
Definition at line 79 of file GeometryParameters.h.
Returns the half length of the RPC in the chamber
chamber | The chamber ID (0-3) |
rpc | The RPC ID (0-9) |
Definition at line 72 of file GeometryParameters.h.
Gets the RPC volume name
Gets the RPC volume name
Definition at line 28 of file GeometryParameters.cxx.
|
inline |
Returns the unit strip pitch size in the chamber
chamber | The chamber ID (0-3) |
Definition at line 83 of file GeometryParameters.h.
|
inline |
The RPC is a short one
deId | The detection element ID |
Definition at line 51 of file GeometryParameters.h.
|
constexpr |
Angle between beam position and horizontal.
Definition at line 28 of file GeometryParameters.h.
|
constexpr |
Array of scale factors for projective geometry.
Definition at line 41 of file GeometryParameters.h.
|
constexpr |
Array of default z position of the chamber.
Definition at line 42 of file GeometryParameters.h.
|
constexpr |
Local board height in the first chamber.
Definition at line 32 of file GeometryParameters.h.
|
constexpr |
Local board width in the first chamber.
Definition at line 33 of file GeometryParameters.h.
|
constexpr |
Position of most RPCs in the right side of the first chamber.
Definition at line 34 of file GeometryParameters.h.
|
constexpr |
Half length of most RPCs in the first chamber.
Definition at line 35 of file GeometryParameters.h.
|
constexpr |
Position of the short RPC in the right side of the first chamber.
Definition at line 36 of file GeometryParameters.h.
|
constexpr |
Half length of the short RPC in the first chamber.
Definition at line 37 of file GeometryParameters.h.
|
constexpr |
Default shift of the RPC z position with respect to the average chamber position.
Definition at line 38 of file GeometryParameters.h.
|
constexpr |
Unit pitch size of the strip in the first chamber.
Definition at line 39 of file GeometryParameters.h.