ATLAS Offline Software
LArElectrodeIDDetDescrCnv.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 #ifndef LARIDCNV_LARELECTRODEIDDETDESCRCNV_H
6 # define LARIDCNV_LARELECTRODEIDDETDESCRCNV_H
7 
9 
10 
19 public:
20  virtual long int repSvcType() const override;
21  virtual StatusCode initialize() override;
22  virtual StatusCode createObj(IOpaqueAddress* pAddr, DataObject*& pObj) override;
23 
24  // Storage type and class ID (used by CnvFactory)
25  static long storageType();
26  static const CLID& classID();
27 
28  LArElectrodeIDDetDescrCnv(ISvcLocator* svcloc);
29 };
30 
31 #endif // LARIDCNV_LARELECTRODEIDDETDESCRCNV_H
LArElectrodeIDDetDescrCnv::repSvcType
virtual long int repSvcType() const override
Definition: LArElectrodeIDDetDescrCnv.cxx:23
LArElectrodeIDDetDescrCnv::LArElectrodeIDDetDescrCnv
LArElectrodeIDDetDescrCnv(ISvcLocator *svcloc)
Definition: LArElectrodeIDDetDescrCnv.cxx:75
DetDescrConverter
Definition: DetDescrConverter.h:25
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:18
LArElectrodeIDDetDescrCnv::storageType
static long storageType()
Definition: LArElectrodeIDDetDescrCnv.cxx:63
CLID
uint32_t CLID
The Class ID type.
Definition: Event/xAOD/xAODCore/xAODCore/ClassID_traits.h:47
LArElectrodeIDDetDescrCnv::initialize
virtual StatusCode initialize() override
Definition: LArElectrodeIDDetDescrCnv.cxx:29
DetDescrConverter.h
LArElectrodeIDDetDescrCnv::classID
static const CLID & classID()
Definition: LArElectrodeIDDetDescrCnv.cxx:70
LArElectrodeIDDetDescrCnv::createObj
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj) override
Definition: LArElectrodeIDDetDescrCnv.cxx:39