![]() |
ATLAS Offline Software
|
#include <RpcCondDbData.h>
Private Attributes | |
| std::unordered_map< Identifier, double > | m_cachedEfficiency |
| Used to describe the panel Efficiency. | |
| std::unordered_map< Identifier, double > | m_cachedFracClusterSize1 |
| Used for cluster size evaluation. | |
| std::unordered_map< Identifier, double > | m_cachedFracClusterSize2 |
| Used for cluster size evaluation. | |
| std::unordered_map< Identifier, double > | m_cachedFracDeadStrip |
| Used in digitization for efficiency calculation. | |
| std::unordered_map< Identifier, double > | m_cachedGapEfficiency |
| Used to describe the gap efficiency. | |
| std::unordered_map< Identifier, double > | m_cachedMeanClusterSize |
| Used for cluster size evaluation. | |
| std::unordered_map< Identifier, int > | m_cachedProjectedTracks |
| Used in digitization for efficiency / mean cluster evaluation. | |
| std::unordered_map< Identifier, double > | m_cachedStripTime |
| Used in Rdo -> Prd conversion. | |
Friends | |
| class | RpcCondDbAlg |
Definition at line 24 of file RpcCondDbData.h.
|
default |
|
default |
| std::optional< double > RpcCondDbData::getEfficiency | ( | const Identifier & | Id | ) | const |
Definition at line 36 of file RpcCondDbData.cxx.
| std::optional< double > RpcCondDbData::getFracClusterSize1 | ( | const Identifier & | Id | ) | const |
Definition at line 40 of file RpcCondDbData.cxx.
| std::optional< double > RpcCondDbData::getFracClusterSize2 | ( | const Identifier & | Id | ) | const |
Definition at line 44 of file RpcCondDbData.cxx.
| std::optional< double > RpcCondDbData::getFracClusterSize3 | ( | const Identifier & | ) | const |
| std::optional< double > RpcCondDbData::getFracDeadStrip | ( | const Identifier & | Id | ) | const |
Definition at line 48 of file RpcCondDbData.cxx.
| std::optional< double > RpcCondDbData::getGapEfficiency | ( | const Identifier & | Id | ) | const |
Definition at line 52 of file RpcCondDbData.cxx.
| std::optional< double > RpcCondDbData::getMeanClusterSize | ( | const Identifier & | Id | ) | const |
Definition at line 56 of file RpcCondDbData.cxx.
| std::optional< int > RpcCondDbData::getProjectedTrack | ( | const Identifier & | Id | ) | const |
Definition at line 60 of file RpcCondDbData.cxx.
| std::optional< double > RpcCondDbData::getStripTime | ( | const Identifier & | Id | ) | const |
Definition at line 64 of file RpcCondDbData.cxx.
| void RpcCondDbData::setEfficiency | ( | Identifier | chamberId, |
| double | efficiency ) |
Definition at line 8 of file RpcCondDbData.cxx.
| void RpcCondDbData::setFracClusterSize1 | ( | Identifier | chamberId, |
| double | fcs ) |
Definition at line 11 of file RpcCondDbData.cxx.
| void RpcCondDbData::setFracClusterSize2 | ( | Identifier | chamberId, |
| double | fcs ) |
Definition at line 14 of file RpcCondDbData.cxx.
| void RpcCondDbData::setFracDeadStrip | ( | Identifier | chamberId, |
| double | fds ) |
Definition at line 17 of file RpcCondDbData.cxx.
| void RpcCondDbData::setGapEfficiency | ( | Identifier | chamberId, |
| double | efficiency ) |
Definition at line 20 of file RpcCondDbData.cxx.
| void RpcCondDbData::setMeanClusterSize | ( | Identifier | chamberId, |
| double | mcs ) |
Definition at line 23 of file RpcCondDbData.cxx.
| void RpcCondDbData::setProjectedTrack | ( | Identifier | chamberId, |
| int | projectedTracks ) |
Definition at line 26 of file RpcCondDbData.cxx.
| void RpcCondDbData::setStripTime | ( | Identifier | stripId, |
| const std::vector< double > & | time ) |
Definition at line 30 of file RpcCondDbData.cxx.
|
friend |
Definition at line 26 of file RpcCondDbData.h.
|
private |
Used to describe the panel Efficiency.
Definition at line 54 of file RpcCondDbData.h.
|
private |
Used for cluster size evaluation.
Definition at line 56 of file RpcCondDbData.h.
|
private |
Used for cluster size evaluation.
Definition at line 58 of file RpcCondDbData.h.
|
private |
Used in digitization for efficiency calculation.
Definition at line 60 of file RpcCondDbData.h.
|
private |
Used to describe the gap efficiency.
Definition at line 62 of file RpcCondDbData.h.
|
private |
Used for cluster size evaluation.
Definition at line 64 of file RpcCondDbData.h.
|
private |
Used in digitization for efficiency / mean cluster evaluation.
Definition at line 66 of file RpcCondDbData.h.
|
private |
Used in Rdo -> Prd conversion.
Definition at line 68 of file RpcCondDbData.h.