ATLAS Offline Software
CaloTTMgrDetDescrCnv.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 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 
18 
35 
36 public:
37  virtual long int repSvcType() const;
38  virtual StatusCode initialize();
39  virtual StatusCode finalize();
40  virtual StatusCode createObj(IOpaqueAddress* pAddr, DataObject*& pObj);
41 
42  // Storage type and class ID (used by CnvFactory)
43  static long storageType();
44  static const CLID& classID();
45 
46  CaloTTMgrDetDescrCnv(ISvcLocator* svcloc);
47 
48 private:
49 
50 };
51 
52 
53 #endif // CALOTTDETDESCRCNV_CALOTTMGRDETDESCRCNV_H
CaloTTMgrDetDescrCnv::CaloTTMgrDetDescrCnv
CaloTTMgrDetDescrCnv(ISvcLocator *svcloc)
Definition: CaloTTMgrDetDescrCnv.cxx:369
CaloTTMgrDetDescrCnv::finalize
virtual StatusCode finalize()
Definition: CaloTTMgrDetDescrCnv.cxx:77
DetDescrConverter
Definition: DetDescrConverter.h:32
CaloTTMgrDetDescrCnv::storageType
static long storageType()
Definition: CaloTTMgrDetDescrCnv.cxx:357
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
CaloTTMgrDetDescrCnv::repSvcType
virtual long int repSvcType() const
Definition: CaloTTMgrDetDescrCnv.cxx:38
CaloTTMgrDetDescrCnv::classID
static const CLID & classID()
Definition: CaloTTMgrDetDescrCnv.cxx:364
CaloTTMgrDetDescrCnv
This class is a converter for the CaloTTDescrManager which is stored in the detector store.
Definition: CaloTTMgrDetDescrCnv.h:34
DetDescrConverter.h
CaloTTMgrDetDescrCnv::initialize
virtual StatusCode initialize()
Definition: CaloTTMgrDetDescrCnv.cxx:44
CaloTTMgrDetDescrCnv::createObj
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj)
Definition: CaloTTMgrDetDescrCnv.cxx:88