ATLAS Offline Software
Loading...
Searching...
No Matches
MuonCoinDataCollection_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/* Takashi Kubota - June 30, 2008 */
6#ifndef MUONCOINDATACOLLECTION_P1_H
7#define MUONCOINDATACOLLECTION_P1_H
8
9#include <vector>
10namespace Muon{
12 {
13
14
15public:
16
18 :
19 m_id(0),
20 m_hashId(0),
21 m_begin(0),
22 m_end(0)
23 { } ;
24
25 // container cnvs do conversions
27
28 //private:
29
31 unsigned int m_id;
32
35 unsigned int m_hashId;
36
38 unsigned int m_begin;
39
41 unsigned int m_end;
42
43};
44
45}
46
47#endif
48
49
unsigned int m_id
Identifier of this collection.
unsigned int m_begin
Begin index into master collection.
unsigned int m_end
End index into master collection.
unsigned int m_hashId
Hash Identifier of this collection (write this one as well, so we don't rely on the IdHelper for it)
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.