ATLAS Offline Software
CaloIdMgrDetDescrCnv.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 /***************************************************************************
6  Calo Identifier Manager converter package
7  -----------------------------------------
8  ***************************************************************************/
9 
10 #ifndef CALOIDMGRDETDESCRCNV_CALOIDMGRDETDESCRCNV_H
11 #define CALOIDMGRDETDESCRCNV_CALOIDMGRDETDESCRCNV_H
12 
14 
15 
31 
32 public:
33  virtual long int repSvcType() const override;
34  virtual StatusCode initialize() override;
35  virtual StatusCode createObj(IOpaqueAddress* pAddr, DataObject*& pObj) override;
36 
38  static long storageType();
40  static const CLID& classID();
41 
42  CaloIdMgrDetDescrCnv(ISvcLocator* svcloc);
43 
44 private:
45 
46 };
47 
48 
49 #endif // CALOIDMGRDETDESCRCNV_CALOIDMGRDETDESCRCNV_H
CaloIdMgrDetDescrCnv::classID
static const CLID & classID()
class ID (used by CnvFactory)
Definition: CaloIdMgrDetDescrCnv.cxx:148
CaloIdMgrDetDescrCnv
This class is a converter for the CaloIdManager which is stored in the detector store.
Definition: CaloIdMgrDetDescrCnv.h:30
CaloIdMgrDetDescrCnv::CaloIdMgrDetDescrCnv
CaloIdMgrDetDescrCnv(ISvcLocator *svcloc)
Definition: CaloIdMgrDetDescrCnv.cxx:153
DetDescrConverter
Definition: DetDescrConverter.h:25
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
CaloIdMgrDetDescrCnv::storageType
static long storageType()
Storage type (used by CnvFactory)
Definition: CaloIdMgrDetDescrCnv.cxx:141
CLID
uint32_t CLID
The Class ID type.
Definition: Event/xAOD/xAODCore/xAODCore/ClassID_traits.h:47
DetDescrConverter.h
CaloIdMgrDetDescrCnv::repSvcType
virtual long int repSvcType() const override
Definition: CaloIdMgrDetDescrCnv.cxx:39
CaloIdMgrDetDescrCnv::initialize
virtual StatusCode initialize() override
Definition: CaloIdMgrDetDescrCnv.cxx:45
CaloIdMgrDetDescrCnv::createObj
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj) override
Definition: CaloIdMgrDetDescrCnv.cxx:76