ATLAS Offline Software
LArElectrodeIDDetDescrCnv.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  InDet DetDescrCnv package
7  -----------------------------------------
8  ***************************************************************************/
9 
10 //<doc><file> $Id: LArElectrodeIDDetDescrCnv.h,v 1.3 2009-02-11 04:50:25 ssnyder Exp $
11 //<version> $Name: not supported by cvs2svn $
12 
13 #ifndef LARIDCNV_LARELECTRODEIDDETDESCRCNV_H
14 # define LARIDCNV_LARELECTRODEIDDETDESCRCNV_H
15 
16 //<<<<<< INCLUDES
17 
19 
21 
22 //<<<<<< PUBLIC DEFINES >>>>>>
23 //<<<<<< PUBLIC CONSTANTS >>>>>>
24 //<<<<<< PUBLIC TYPES >>>>>>
25 //<<<<<< PUBLIC VARIABLES >>>>>>
26 //<<<<<< PUBLIC FUNCTIONS >>>>>>
27 //<<<<<< CLASS DECLARATIONS >>>>>>
28 
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 
43  // Storage type and class ID (used by CnvFactory)
44  static long storageType();
45  static const CLID& classID();
46 
47  LArElectrodeIDDetDescrCnv(ISvcLocator* svcloc);
48 };
49 
50 
51 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>>
52 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>>
53 
54 #endif // LARIDCNV_LARELECTRODEIDDETDESCRCNV_H
LArElectrodeIDDetDescrCnv::LArElectrodeIDDetDescrCnv
LArElectrodeIDDetDescrCnv(ISvcLocator *svcloc)
Definition: LArElectrodeIDDetDescrCnv.cxx:138
LArElectrodeIDDetDescrCnv::repSvcType
virtual long int repSvcType() const
Definition: LArElectrodeIDDetDescrCnv.cxx:23
LArElectrodeIDDetDescrCnv::finalize
virtual StatusCode finalize()
Definition: LArElectrodeIDDetDescrCnv.cxx:47
LArElectrodeIDDetDescrCnv::initialize
virtual StatusCode initialize()
Definition: LArElectrodeIDDetDescrCnv.cxx:29
DetDescrConverter
Definition: DetDescrConverter.h:32
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArElectrodeIDDetDescrCnv
This class is a converter for the LArElectrodeID an IdHelper which is stored in the detector store.
Definition: LArElectrodeIDDetDescrCnv.h:36
LArElectrodeIDDetDescrCnv::storageType
static long storageType()
Definition: LArElectrodeIDDetDescrCnv.cxx:126
CLID
uint32_t CLID
The Class ID type.
Definition: Event/xAOD/xAODCore/xAODCore/ClassID_traits.h:47
DetDescrConverter.h
LArElectrodeIDDetDescrCnv::createObj
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj)
Definition: LArElectrodeIDDetDescrCnv.cxx:58
LArElectrodeIDDetDescrCnv::classID
static const CLID & classID()
Definition: LArElectrodeIDDetDescrCnv.cxx:133