ATLAS Offline Software
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>
9 namespace Muon{
22 {
23 public:
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 
Muon::TgcPrepDataContainerCnv_p3
Class to handle the conversion of the transient TgcPrepDataContainer into its persistent representati...
Definition: TgcPrepDataContainerCnv_p3.h:23
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
Muon::MdtPrepDataContainerCnv_p2
Class to handle the conversion of the transient MdtPrepDataContainer into its persistent representati...
Definition: MdtPrepDataContainerCnv_p2.h:24
Muon::MuonPRD_Collection_p2::CscStripPrepDataContainerCnv_p2
friend class CscStripPrepDataContainerCnv_p2
Definition: MuonPRD_Collection_p2.h:33
Muon::MuonPRD_Collection_p2::m_size
unsigned short m_size
Collection size into master collection Note I use a short.
Definition: MuonPRD_Collection_p2.h:51
Muon::MuonPRD_Collection_p2
Class to hold the persistent representation of MuonPRD_Collection.
Definition: MuonPRD_Collection_p2.h:22
Muon::RpcPrepDataContainerCnv_p2
Definition: RpcPrepDataContainerCnv_p2.h:29
Muon::TgcPrepDataContainerCnv_p2
Class to handle the conversion of the transient TgcPrepDataContainer into its persistent representati...
Definition: TgcPrepDataContainerCnv_p2.h:24
Muon::MuonPRD_Collection_p2::MuonPRD_Collection_p2
MuonPRD_Collection_p2()
Definition: MuonPRD_Collection_p2.h:24
Muon::MuonPRD_Collection_p2::m_hashId
unsigned int m_hashId
Hash Identifier of this collection.
Definition: MuonPRD_Collection_p2.h:46
Muon::CscPrepDataContainerCnv_p2
Class to handle the conversion of the transient CscPrepDataContainer into its persistent representati...
Definition: CscPrepDataContainerCnv_p2.h:25
Muon::MuonPRD_Collection_p2::m_id
unsigned int m_id
Identifier of this collection.
Definition: MuonPRD_Collection_p2.h:43