ATLAS Offline Software
|
Class to represent. More...
#include <RpcSectorLogicContainer_p1.h>
Public Member Functions | |
RpcSectorLogicContainer_p1 () | |
Public Attributes | |
uint32_t | m_sectorList [2] |
From RpcSectorLogicContainer. More... | |
std::vector< uint16_t > | m_slVariables |
This contains the bulk of the information from the various SL objects. More... | |
std::vector< bool > | m_hasMoreThan2TriggerCand |
This is just one per SL. More... | |
std::vector< double > | m_triggerRates |
Number of m_triggerRates per SL is defined in m_slVariables. More... | |
Class to represent.
Persistent version of RpcPadContainer
Definition at line 19 of file RpcSectorLogicContainer_p1.h.
|
inline |
Definition at line 21 of file RpcSectorLogicContainer_p1.h.
std::vector<bool> RpcSectorLogicContainer_p1::m_hasMoreThan2TriggerCand |
This is just one per SL.
Definition at line 53 of file RpcSectorLogicContainer_p1.h.
uint32_t RpcSectorLogicContainer_p1::m_sectorList[2] |
From RpcSectorLogicContainer.
Dataword to contain the list of already filled sectors.
Definition at line 23 of file RpcSectorLogicContainer_p1.h.
std::vector<uint16_t> RpcSectorLogicContainer_p1::m_slVariables |
This contains the bulk of the information from the various SL objects.
The first number is the number of SectorLogics stored (to optimise reading)
From SectorLogic directly (which is a DataVector<RpcSLTriggerHit>):
size of m_triggerRates (stored separately in m_triggerRates)
Then we move onto the RpcSLTriggerHit information:
Definition at line 51 of file RpcSectorLogicContainer_p1.h.
std::vector<double> RpcSectorLogicContainer_p1::m_triggerRates |
Number of m_triggerRates per SL is defined in m_slVariables.
Definition at line 55 of file RpcSectorLogicContainer_p1.h.