ATLAS Offline Software
MuonSpectrometer
MuonCnv
MuonEventTPCnv
MuonEventTPCnv
MuonRDO
MM_RawData_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
6
#ifndef MM_RAWDATA_P1_H
7
#define MM_RAWDATA_P1_H
8
9
namespace
Muon
10
{
11
class
MM_RawData_p1
12
{
13
public
:
14
MM_RawData_p1
() :
m_id
(0),
m_channel
(0),
m_time
(0),
m_charge
(0) {}
15
16
unsigned
int
m_id
;
17
19
unsigned
int
m_channel
;
20
21
unsigned
int
m_time
;
22
23
unsigned
int
m_charge
;
24
25
};
26
}
27
28
#endif
Muon::MM_RawData_p1::MM_RawData_p1
MM_RawData_p1()
Definition:
MM_RawData_p1.h:14
Muon::MM_RawData_p1::m_id
unsigned int m_id
FIXME! Remove this eventually.
Definition:
MM_RawData_p1.h:16
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
Muon::MM_RawData_p1::m_channel
unsigned int m_channel
writing out channel id, time and charge
Definition:
MM_RawData_p1.h:19
Muon::MM_RawData_p1::m_time
unsigned int m_time
Definition:
MM_RawData_p1.h:21
Muon::MM_RawData_p1
Definition:
MM_RawData_p1.h:12
Muon::MM_RawData_p1::m_charge
unsigned int m_charge
Definition:
MM_RawData_p1.h:23
Generated on Sun Dec 22 2024 21:14:35 for ATLAS Offline Software by
1.8.18