ATLAS Offline Software
LArHVLineIDDetDescrCnv.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_LARHVLINEIDDETDESCRCNV_H
6 # define LARIDCNV_LARHVLINEIDDETDESCRCNV_H
7 
9 
10 
19 
20 public:
21  virtual long int repSvcType() const override;
22  virtual StatusCode initialize() override;
23  virtual StatusCode createObj(IOpaqueAddress* pAddr, DataObject*& pObj) override;
24 
25  // Storage type and class ID (used by CnvFactory)
26  static long storageType();
27  static const CLID& classID();
28 
29  LArHVLineIDDetDescrCnv(ISvcLocator* svcloc);
30 };
31 
32 #endif // LARIDCNV_LARHVLINEIDDETDESCRCNV_H
LArHVLineIDDetDescrCnv::LArHVLineIDDetDescrCnv
LArHVLineIDDetDescrCnv(ISvcLocator *svcloc)
Definition: LArHVLineIDDetDescrCnv.cxx:69
LArHVLineIDDetDescrCnv::storageType
static long storageType()
Definition: LArHVLineIDDetDescrCnv.cxx:57
DetDescrConverter
Definition: DetDescrConverter.h:25
LArHVLineIDDetDescrCnv::classID
static const CLID & classID()
Definition: LArHVLineIDDetDescrCnv.cxx:64
LArHVLineIDDetDescrCnv::createObj
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj) override
Definition: LArHVLineIDDetDescrCnv.cxx:33
LArHVLineIDDetDescrCnv::initialize
virtual StatusCode initialize() override
Definition: LArHVLineIDDetDescrCnv.cxx:23
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
LArHVLineIDDetDescrCnv::repSvcType
virtual long int repSvcType() const override
Definition: LArHVLineIDDetDescrCnv.cxx:17
DetDescrConverter.h
LArHVLineIDDetDescrCnv
This class is a converter for the LArHVLineID an IdHelper which is stored in the detector store.
Definition: LArHVLineIDDetDescrCnv.h:18