ATLAS Offline Software
MM_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 MM_RAWDATA_P3_H
7 #define MM_RAWDATA_P3_H
8 
9 namespace Muon
10 {
12  {
13  public:
15 
16  unsigned int m_id;
17 
19  int m_channel;
20 
21  int m_time;
22 
23  int m_charge;
24 
26 
27  };
28 }
29 
30 #endif
Muon::MM_RawData_p3::m_time
int m_time
Definition: MM_RawData_p3.h:21
Muon::MM_RawData_p3::MM_RawData_p3
MM_RawData_p3()
Definition: MM_RawData_p3.h:14
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
Muon::MM_RawData_p3::m_id
unsigned int m_id
FIXME! Remove this eventually.
Definition: MM_RawData_p3.h:16
xAOD::uint16_t
setWord1 uint16_t
Definition: eFexEMRoI_v1.cxx:88
Muon::MM_RawData_p3::m_relBcid
uint16_t m_relBcid
Definition: MM_RawData_p3.h:25
Muon::MM_RawData_p3::m_channel
int m_channel
writing out channel id, time and charge
Definition: MM_RawData_p3.h:19
Muon::MM_RawData_p3
Definition: MM_RawData_p3.h:12
Muon::MM_RawData_p3::m_charge
int m_charge
Definition: MM_RawData_p3.h:23