![]() |
Project
|
Useful geometrical parameters for MID. More...
#include <array>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::mid |
namespace | o2::mid::geoparams |
Enumerations | |
enum class | o2::mid::geoparams::RPCtype { o2::mid::geoparams::Long , o2::mid::geoparams::BottomCut , o2::mid::geoparams::TopCut , o2::mid::geoparams::Short } |
Functions | |
bool | o2::mid::geoparams::isShortRPC (int deId) |
double | o2::mid::geoparams::getLocalBoardHeight (int chamber) |
double | o2::mid::geoparams::getLocalBoardWidth (int chamber) |
double | o2::mid::geoparams::getRPCCenterPosX (int chamber, int rpc) |
double | o2::mid::geoparams::getRPCHalfLength (int chamber, int rpc) |
double | o2::mid::geoparams::getRPCHalfHeight (int chamber) |
double | o2::mid::geoparams::getStripUnitPitchSize (int chamber) |
RPCtype | o2::mid::geoparams::getRPCType (int deId) |
std::string | o2::mid::geoparams::getRPCVolumeName (RPCtype type, int iChamber) |
std::string | o2::mid::geoparams::getChamberVolumeName (int chamber) |
Variables | |
constexpr double | o2::mid::geoparams::BeamAngle = -0.794 |
Angle between beam position and horizontal. | |
constexpr double | o2::mid::geoparams::LocalBoardHeight = 17. |
Local board height in the first chamber. | |
constexpr double | o2::mid::geoparams::LocalBoardWidth = 34. |
Local board width in the first chamber. | |
constexpr double | o2::mid::geoparams::RPCCenterPos = 129.5 |
Position of most RPCs in the right side of the first chamber. | |
constexpr double | o2::mid::geoparams::RPCHalfLength = 127.5 |
Half length of most RPCs in the first chamber. | |
constexpr double | o2::mid::geoparams::RPCShortCenterPos = 155. |
Position of the short RPC in the right side of the first chamber. | |
constexpr double | o2::mid::geoparams::RPCShortHalfLength = 102. |
Half length of the short RPC in the first chamber. | |
constexpr double | o2::mid::geoparams::RPCZShift = 3.6 |
Default shift of the RPC z position with respect to the average chamber position. | |
constexpr double | o2::mid::geoparams::StripUnitPitchSize = 1.0625 |
Unit pitch size of the strip in the first chamber. | |
constexpr std::array< const double, 4 > | o2::mid::geoparams::ChamberScaleFactors {{1., 1.01060, 1.06236, 1.07296}} |
Array of scale factors for projective geometry. | |
constexpr std::array< const double, 4 > | o2::mid::geoparams::DefaultChamberZ {{-1603.5, -1620.5, -1703.5, -1720.5}} |
Array of default z position of the chamber. | |