ATLAS Offline Software
Loading...
Searching...
No Matches
RpcSectorLogicContainer_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 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
14
15#include <vector>
16
20public:
22
23 uint32_t m_sectorList[2]{};
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
std::vector< uint16_t > m_slVariables
This contains the bulk of the information from the various SL objects.
std::vector< double > m_triggerRates
Number of m_triggerRates per SL is defined in m_slVariables.
uint32_t m_sectorList[2]
From RpcSectorLogicContainer.
std::vector< bool > m_hasMoreThan2TriggerCand
This is just one per SL.