ATLAS Offline Software
Loading...
Searching...
No Matches
NSW_TrigRawDataSegment_p1.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4
5#ifndef NSW_TRIGRAWDATASEGMENT_P1_H
6#define NSW_TRIGRAWDATASEGMENT_P1_H
7
8#include <utility>
9#include <vector>
10
11namespace Muon {
13 public:
15
16 void addChannel(uint8_t layer, uint16_t channel) { m_channels.emplace_back( std::pair<uint8_t,uint16_t>(layer,channel) ); }
17
18 uint8_t m_deltaTheta{0};
19 uint8_t m_phiIndex{0};
20 uint8_t m_rIndex{0};
21 uint8_t m_spare{0};
22 bool m_lowRes{false};
23 bool m_phiRes{false};
24 bool m_monitor{false};
25 std::vector< std::pair<uint8_t,uint16_t> > m_channels{};
26 };
27}
28
29#endif
std::vector< std::pair< uint8_t, uint16_t > > m_channels
void addChannel(uint8_t layer, uint16_t channel)
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.