ATLAS Offline Software
Loading...
Searching...
No Matches
NSW_MMTP_RawDataHit.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONRDO_NSW_MMTP_RAWDATAHIT_H
6#define MUONRDO_NSW_MMTP_RAWDATAHIT_H
7
8#include <inttypes.h>
9#include <vector>
10#include <iosfwd>
11
12namespace Muon {
15 public:
16 NSW_MMTP_RawDataHit (uint16_t art_BCID, uint8_t art_layer, uint16_t art_channel);
17 virtual ~NSW_MMTP_RawDataHit() = default ;
18
19 uint16_t art_BCID () const {return m_art_BCID;};
20 uint8_t art_layer () const {return m_art_layer;};
21 uint16_t art_channel () const {return m_art_channel;};
22
23 private:
24 uint16_t m_art_BCID{0};
25 uint8_t m_art_layer{0};
26 uint16_t m_art_channel{0};
27 };
28}
29
30#endif
NSW_MMTP_RawDataHit(uint16_t art_BCID, uint8_t art_layer, uint16_t art_channel)
virtual ~NSW_MMTP_RawDataHit()=default
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.