ATLAS Offline Software
|
Class to hold the persistent representation of MuonPRD_Collection. More...
#include <MuonPRD_Collection_p2.h>
Public Member Functions | |
MuonPRD_Collection_p2 () | |
Public Attributes | |
unsigned int | m_id |
Identifier of this collection. More... | |
unsigned int | m_hashId |
Hash Identifier of this collection. More... | |
unsigned short | m_size |
Collection size into master collection Note I use a short. More... | |
Friends | |
class | CscPrepDataContainerCnv_p2 |
class | CscStripPrepDataContainerCnv_p2 |
class | RpcPrepDataContainerCnv_p2 |
class | TgcPrepDataContainerCnv_p2 |
class | TgcPrepDataContainerCnv_p3 |
class | MdtPrepDataContainerCnv_p2 |
Class to hold the persistent representation of MuonPRD_Collection.
It's similar in design to the InDet classes, and therefore uses a very different structure to the transient class. No actual PRDs are contained in here, as the PRDs are contained in the container. Instead, here we just have the size of this collection in the container's collection of PRDs, along with the hash of this collection. See the convertor documentations for more information, e.g.
Definition at line 21 of file MuonPRD_Collection_p2.h.
|
inline |
Definition at line 24 of file MuonPRD_Collection_p2.h.
|
friend |
Definition at line 32 of file MuonPRD_Collection_p2.h.
|
friend |
Definition at line 33 of file MuonPRD_Collection_p2.h.
|
friend |
Definition at line 37 of file MuonPRD_Collection_p2.h.
|
friend |
Definition at line 34 of file MuonPRD_Collection_p2.h.
|
friend |
Definition at line 35 of file MuonPRD_Collection_p2.h.
|
friend |
Definition at line 36 of file MuonPRD_Collection_p2.h.
unsigned int Muon::MuonPRD_Collection_p2::m_hashId |
Hash Identifier of this collection.
Definition at line 46 of file MuonPRD_Collection_p2.h.
unsigned int Muon::MuonPRD_Collection_p2::m_id |
Identifier of this collection.
Definition at line 43 of file MuonPRD_Collection_p2.h.
unsigned short Muon::MuonPRD_Collection_p2::m_size |
Collection size into master collection Note I use a short.
If a collection has more than 2^16 elements (unlikely) it has to be split into two separate collections
Definition at line 51 of file MuonPRD_Collection_p2.h.