ATLAS Offline Software
CaloIdMgrDetDescrCnv.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  Calo Identifier Manager converter package
7  -----------------------------------------
8  ***************************************************************************/
9 
10 //<doc><file> $Id: CaloIdMgrDetDescrCnv.h,v 1.7 2009-02-10 14:09:21 fledroit Exp $
11 //<version> $Name: not supported by cvs2svn $
12 
13 #ifndef CALOIDMGRDETDESCRCNV_CALOIDMGRDETDESCRCNV_H
14 #define CALOIDMGRDETDESCRCNV_CALOIDMGRDETDESCRCNV_H
15 
16 //<<<<<< INCLUDES >>>>>>
17 
19 
20 
36 
37 public:
38  virtual long int repSvcType() const;
39  virtual StatusCode initialize();
40  virtual StatusCode finalize();
41  virtual StatusCode createObj(IOpaqueAddress* pAddr, DataObject*& pObj);
42 
44  static long storageType();
46  static const CLID& classID();
47 
48  CaloIdMgrDetDescrCnv(ISvcLocator* svcloc);
49 
50 private:
51 
52 };
53 
54 
55 #endif // CALOIDMGRDETDESCRCNV_CALOIDMGRDETDESCRCNV_H
CaloIdMgrDetDescrCnv::classID
static const CLID & classID()
class ID (used by CnvFactory)
Definition: CaloIdMgrDetDescrCnv.cxx:199
CaloIdMgrDetDescrCnv
This class is a converter for the CaloIdManager which is stored in the detector store.
Definition: CaloIdMgrDetDescrCnv.h:35
CaloIdMgrDetDescrCnv::repSvcType
virtual long int repSvcType() const
Definition: CaloIdMgrDetDescrCnv.cxx:43
CaloIdMgrDetDescrCnv::CaloIdMgrDetDescrCnv
CaloIdMgrDetDescrCnv(ISvcLocator *svcloc)
Definition: CaloIdMgrDetDescrCnv.cxx:204
DetDescrConverter
Definition: DetDescrConverter.h:32
CaloIdMgrDetDescrCnv::initialize
virtual StatusCode initialize()
Definition: CaloIdMgrDetDescrCnv.cxx:49
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:192
CLID
uint32_t CLID
The Class ID type.
Definition: Event/xAOD/xAODCore/xAODCore/ClassID_traits.h:47
CaloIdMgrDetDescrCnv::finalize
virtual StatusCode finalize()
Definition: CaloIdMgrDetDescrCnv.cxx:67
CaloIdMgrDetDescrCnv::createObj
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj)
Definition: CaloIdMgrDetDescrCnv.cxx:98
DetDescrConverter.h