ATLAS Offline Software
Public Member Functions | Public Attributes | Friends | List of all members
Muon::MuonPRD_Collection_p1 Class Reference

#include <MuonPRD_Collection_p1.h>

Collaboration diagram for Muon::MuonPRD_Collection_p1:

Public Member Functions

 MuonPRD_Collection_p1 ()
 

Public Attributes

unsigned int m_id
 Identifier of this collection. More...
 
unsigned int m_hashId
 Hash Identifier of this collection (write this one as well, so we don't rely on the IdHelper for it)
More...
 
unsigned int m_begin
 Begin index into master collection. More...
 
unsigned int m_end
 End index into master collection. More...
 

Friends

class CscPrepDataContainerCnv_p1
 
class CscStripPrepDataContainerCnv_p1
 
class RpcPrepDataContainerCnv_p1
 
class TgcPrepDataContainerCnv_p1
 
class MdtPrepDataContainerCnv_p1
 

Detailed Description

Definition at line 10 of file MuonPRD_Collection_p1.h.

Constructor & Destructor Documentation

◆ MuonPRD_Collection_p1()

Muon::MuonPRD_Collection_p1::MuonPRD_Collection_p1 ( )
inline

Definition at line 13 of file MuonPRD_Collection_p1.h.

14  :
15  m_id(0),
16  m_hashId(0),
17  m_begin(0),
18  m_end(0)
19  { } ;

Friends And Related Function Documentation

◆ CscPrepDataContainerCnv_p1

friend class CscPrepDataContainerCnv_p1
friend

Definition at line 22 of file MuonPRD_Collection_p1.h.

◆ CscStripPrepDataContainerCnv_p1

friend class CscStripPrepDataContainerCnv_p1
friend

Definition at line 23 of file MuonPRD_Collection_p1.h.

◆ MdtPrepDataContainerCnv_p1

friend class MdtPrepDataContainerCnv_p1
friend

Definition at line 26 of file MuonPRD_Collection_p1.h.

◆ RpcPrepDataContainerCnv_p1

friend class RpcPrepDataContainerCnv_p1
friend

Definition at line 24 of file MuonPRD_Collection_p1.h.

◆ TgcPrepDataContainerCnv_p1

friend class TgcPrepDataContainerCnv_p1
friend

Definition at line 25 of file MuonPRD_Collection_p1.h.

Member Data Documentation

◆ m_begin

unsigned int Muon::MuonPRD_Collection_p1::m_begin

Begin index into master collection.

Definition at line 38 of file MuonPRD_Collection_p1.h.

◆ m_end

unsigned int Muon::MuonPRD_Collection_p1::m_end

End index into master collection.

Definition at line 41 of file MuonPRD_Collection_p1.h.

◆ m_hashId

unsigned int Muon::MuonPRD_Collection_p1::m_hashId

Hash Identifier of this collection (write this one as well, so we don't rely on the IdHelper for it)

Definition at line 35 of file MuonPRD_Collection_p1.h.

◆ m_id

unsigned int Muon::MuonPRD_Collection_p1::m_id

Identifier of this collection.

FIXME - do we need this? Is it not obvious from the context? EJWM.

Definition at line 31 of file MuonPRD_Collection_p1.h.


The documentation for this class was generated from the following file:
Muon::MuonPRD_Collection_p1::m_id
unsigned int m_id
Identifier of this collection.
Definition: MuonPRD_Collection_p1.h:31
Muon::MuonPRD_Collection_p1::m_hashId
unsigned int m_hashId
Hash Identifier of this collection (write this one as well, so we don't rely on the IdHelper for it)
Definition: MuonPRD_Collection_p1.h:35
Muon::MuonPRD_Collection_p1::m_end
unsigned int m_end
End index into master collection.
Definition: MuonPRD_Collection_p1.h:41
Muon::MuonPRD_Collection_p1::m_begin
unsigned int m_begin
Begin index into master collection.
Definition: MuonPRD_Collection_p1.h:38