ATLAS Offline Software
MM_IDDetDescrCnv.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 /***************************************************************************
6  Muon DetDescrCnv package
7  -----------------------------------------
8 ***************************************************************************/
9 
10 #ifndef INDETMGRDETDESCRCNV_MM_IDDETDESCRCNV_H
11 #define INDETMGRDETDESCRCNV_MM_IDDETDESCRCNV_H
12 
13 //<<<<<< INCLUDES >>>>>>
14 
16 
17 //<<<<<< PUBLIC DEFINES >>>>>>
18 //<<<<<< PUBLIC CONSTANTS >>>>>>
19 //<<<<<< PUBLIC TYPES >>>>>>
20 //<<<<<< PUBLIC VARIABLES >>>>>>
21 //<<<<<< PUBLIC FUNCTIONS >>>>>>
22 //<<<<<< CLASS DECLARATIONS >>>>>>
23 
24 
33 
34  public:
35  virtual long int repSvcType() const;
36  virtual StatusCode initialize();
37  virtual StatusCode finalize();
38  virtual StatusCode createObj(IOpaqueAddress* pAddr, DataObject*& pObj);
39 
40  // Storage type and class ID (used by CnvFactory)
41  static long storageType();
42  static const CLID& classID();
43 
44  MM_IDDetDescrCnv(ISvcLocator* svcloc);
45 
46 };
47 
48 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>>
49 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>>
50 
51 #endif // INDETMGRDETDESCRCNV_MM_IDDETDESCRCNV_H
MM_IDDetDescrCnv::createObj
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj)
Definition: MM_IDDetDescrCnv.cxx:67
MM_IDDetDescrCnv::classID
static const CLID & classID()
Definition: MM_IDDetDescrCnv.cxx:125
MM_IDDetDescrCnv::storageType
static long storageType()
Definition: MM_IDDetDescrCnv.cxx:120
DetDescrConverter
Definition: DetDescrConverter.h:32
MM_IDDetDescrCnv::initialize
virtual StatusCode initialize()
Definition: MM_IDDetDescrCnv.cxx:29
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
CLID
uint32_t CLID
The Class ID type.
Definition: Event/xAOD/xAODCore/xAODCore/ClassID_traits.h:47
MM_IDDetDescrCnv::repSvcType
virtual long int repSvcType() const
Definition: MM_IDDetDescrCnv.cxx:24
DetDescrConverter.h
MM_IDDetDescrCnv
This class is a converter for the MmIdHelper an IdHelper which is stored in the detector store.
Definition: MM_IDDetDescrCnv.h:32
MM_IDDetDescrCnv::MM_IDDetDescrCnv
MM_IDDetDescrCnv(ISvcLocator *svcloc)
Definition: MM_IDDetDescrCnv.cxx:130
MM_IDDetDescrCnv::finalize
virtual StatusCode finalize()
Definition: MM_IDDetDescrCnv.cxx:59