ATLAS Offline Software
Loading...
Searching...
No Matches
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
9namespace Muon
10{
12 {
13 public:
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
unsigned int m_time
unsigned int m_channel
writing out channel id, time and charge
unsigned int m_charge
unsigned int m_id
FIXME!
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.