ATLAS Offline Software
RpcSectorLogicContainer_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // RpcSectorLogicContainer_p1.h
6 
7 #ifndef MUONEVENTATHENAPOOL_RPCSECTORLOGICCONTAINER_P2_H
8 #define MUONEVENTATHENAPOOL_RPCSECTORLOGICCONTAINER_P2_H
9 
15 #include <vector>
16 
20 public:
22 
24 
51  std::vector<uint16_t> m_slVariables;
53  std::vector<bool> m_hasMoreThan2TriggerCand;
55  std::vector<double> m_triggerRates;
56 };
57 #endif
58 
59 
xAOD::uint32_t
setEventNumber uint32_t
Definition: EventInfo_v1.cxx:127
RpcSectorLogicContainer_p1::m_sectorList
uint32_t m_sectorList[2]
From RpcSectorLogicContainer.
Definition: RpcSectorLogicContainer_p1.h:21
RpcSectorLogicContainer_p1::m_hasMoreThan2TriggerCand
std::vector< bool > m_hasMoreThan2TriggerCand
This is just one per SL.
Definition: RpcSectorLogicContainer_p1.h:53
RpcSectorLogicContainer_p1::m_triggerRates
std::vector< double > m_triggerRates
Number of m_triggerRates per SL is defined in m_slVariables.
Definition: RpcSectorLogicContainer_p1.h:55
RpcSectorLogicContainer_p1::RpcSectorLogicContainer_p1
RpcSectorLogicContainer_p1()
Definition: RpcSectorLogicContainer_p1.h:21
RpcSectorLogicContainer_p1
Class to represent.
Definition: RpcSectorLogicContainer_p1.h:19
RpcSectorLogicContainer_p1::m_slVariables
std::vector< uint16_t > m_slVariables
This contains the bulk of the information from the various SL objects.
Definition: RpcSectorLogicContainer_p1.h:51