ATLAS Offline Software
Loading...
Searching...
No Matches
STGC_RawData_p3.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
6#ifndef STGC_RAWDATA_P3_H
7#define STGC_RAWDATA_P3_H
8
9namespace Muon
10{
12 {
13 public:
14 STGC_RawData_p3() : m_id(0), m_time(0), m_charge(0), m_bcTag(0), m_isDead(false) {}
15
16 unsigned int m_id;
17
18 unsigned int m_time;
19
20 unsigned int m_charge;
21
22 uint16_t m_bcTag;
23
25
26 };
27}
28
29#endif
unsigned int m_id
FIXME!
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.