ATLAS Offline Software
Loading...
Searching...
No Matches
MuonPRD_Collection_p2.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_P2_H
6#define MUONPRD_COLLECTION_P2_H
7
8#include <vector>
9namespace Muon{
22{
23public:
25 :
26 m_id(0),
27 m_hashId(0),
28 m_size(0)
29 {}
30
38 //}@
39
40 //
43 unsigned int m_id;
44
46 unsigned int m_hashId;
47
51 unsigned short m_size;
52};
53
54}
55
56#endif
57
58
unsigned short m_size
Collection size into master collection Note I use a short.
unsigned int m_hashId
Hash Identifier of this collection.
unsigned int m_id
Identifier of this collection.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.