ATLAS Offline Software
Loading...
Searching...
No Matches
MuonPRD_Collection_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#ifndef MUONPRD_COLLECTION_P1_H
6#define MUONPRD_COLLECTION_P1_H
7
8#include <vector>
9namespace Muon{
11{
12public:
14 :
15 m_id(0),
16 m_hashId(0),
17 m_begin(0),
18 m_end(0)
19 { } ;
20
21 // 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_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)
unsigned int m_begin
Begin index into master collection.
unsigned int m_id
Identifier of this collection.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.