ATLAS Offline Software
CaloTTMgrDetDescrCnv.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 Trigger Tower Manager converter package
7  --------------------------------------------
8  ***************************************************************************/
9 
10 //<doc><file> $Id: CaloTTMgrDetDescrCnv.h,v 1.7 2008-12-14 01:56:04 ssnyder Exp $
11 //<version> $Name: not supported by cvs2svn $
12 
13 #ifndef CALOTTDETDESCRCNV_CALOTTMGRDETDESCRCNV_H
14 # define CALOTTDETDESCRCNV_CALOTTMGRDETDESCRCNV_H
15 
17 
34 
35 public:
36  virtual long int repSvcType() const override;
37  virtual StatusCode initialize() override;
38  virtual StatusCode finalize() override;
39  virtual StatusCode createObj(IOpaqueAddress* pAddr, DataObject*& pObj) override;
40 
41  // Storage type and class ID (used by CnvFactory)
42  static long storageType();
43  static const CLID& classID();
44 
45  CaloTTMgrDetDescrCnv(ISvcLocator* svcloc);
46 
47 private:
48 
49 };
50 
51 
52 #endif // CALOTTDETDESCRCNV_CALOTTMGRDETDESCRCNV_H
CaloTTMgrDetDescrCnv::CaloTTMgrDetDescrCnv
CaloTTMgrDetDescrCnv(ISvcLocator *svcloc)
Definition: CaloTTMgrDetDescrCnv.cxx:300
DetDescrConverter
Definition: DetDescrConverter.h:25
CaloTTMgrDetDescrCnv::storageType
static long storageType()
Definition: CaloTTMgrDetDescrCnv.cxx:288
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
CaloTTMgrDetDescrCnv::createObj
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj) override
Definition: CaloTTMgrDetDescrCnv.cxx:78
CLID
uint32_t CLID
The Class ID type.
Definition: Event/xAOD/xAODCore/xAODCore/ClassID_traits.h:47
CaloTTMgrDetDescrCnv::repSvcType
virtual long int repSvcType() const override
Definition: CaloTTMgrDetDescrCnv.cxx:36
CaloTTMgrDetDescrCnv::classID
static const CLID & classID()
Definition: CaloTTMgrDetDescrCnv.cxx:295
CaloTTMgrDetDescrCnv::initialize
virtual StatusCode initialize() override
Definition: CaloTTMgrDetDescrCnv.cxx:42
CaloTTMgrDetDescrCnv
This class is a converter for the CaloTTDescrManager which is stored in the detector store.
Definition: CaloTTMgrDetDescrCnv.h:33
DetDescrConverter.h
CaloTTMgrDetDescrCnv::finalize
virtual StatusCode finalize() override
Definition: CaloTTMgrDetDescrCnv.cxx:69