Project
Loading...
Searching...
No Matches
DetectorParameters.h File Reference

Useful detector parameters for MID. More...

#include <cstdint>
#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::detparams
 MID detector parameters.
 

Functions

int o2::mid::detparams::getChamber (int deId)
 
int o2::mid::detparams::getRPCLine (int deId)
 
bool o2::mid::detparams::isRightSide (int deId)
 
void o2::mid::detparams::assertDEId (int deId)
 
int o2::mid::detparams::getDEId (bool isRight, int chamber, int rpc)
 
std::string o2::mid::detparams::getDEName (int deId)
 
uint16_t o2::mid::detparams::makeUniqueFEEId (int deId, int columnId, int lineId)
 
int o2::mid::detparams::getDEIdFromFEEId (uint16_t uniqueFEEId)
 
int o2::mid::detparams::getColumnIdFromFEEId (uint16_t uniqueFEEId)
 
int o2::mid::detparams::getLineIdFromFEEId (uint16_t uniqueFEEId)
 

Variables

constexpr int o2::mid::detparams::NChambers = 4
 Number of chambers.
 
constexpr int o2::mid::detparams::NDetectionElements = 72
 Number of RPCs.
 
constexpr int o2::mid::detparams::NDetectionElementsPerSide = 36
 Number of detection elements per side.
 
constexpr int o2::mid::detparams::NLocalBoards = 234
 Number of local boards per chamber.
 
constexpr int o2::mid::detparams::NRPCLines = 9
 Number of RPC lines.
 
constexpr int o2::mid::detparams::NStripsBP = 16
 Number of strips in the Bending Plane.
 

Detailed Description

Useful detector parameters for MID.

Author
Diego Stocco <Diego.Stocco at cern.ch>
Date
08 March 2018

Definition in file DetectorParameters.h.