ATLAS Offline Software
Loading...
Searching...
No Matches
NSW_TrigRawData_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_TRIGRAWDATA_P1_H
6#define NSW_TRIGRAWDATA_P1_H
7
8#include <vector>
10
11namespace Muon {
12 class NSW_TrigRawData_p1 : public std::vector<NSW_TrigRawDataSegment_p1> {
13 public:
14 NSW_TrigRawData_p1() = default;
15
16 uint16_t m_sectorId{0};
17 char m_sectorSide{45};
18 uint16_t m_bcId{0};
19 };
20}
21
22#endif
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.