ATLAS Offline Software
LArOnlineIDDetDescrCnv.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_LARONLINEIDDETDESCRCNV_H
6 # define LARIDCNV_LARONLINEIDDETDESCRCNV_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  LArOnlineIDDetDescrCnv(ISvcLocator* svcloc);
30 };
31 
32 #endif // LARIDCNV_LARONLINEIDDETDESCRCNV_H
LArOnlineIDDetDescrCnv
This class is a converter for the LArOnlineID an IdHelper which is stored in the detector store.
Definition: LArOnlineIDDetDescrCnv.h:18
LArOnlineIDDetDescrCnv::createObj
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj) override
Definition: LArOnlineIDDetDescrCnv.cxx:33
LArOnlineIDDetDescrCnv::initialize
virtual StatusCode initialize() override
Definition: LArOnlineIDDetDescrCnv.cxx:23
DetDescrConverter
Definition: DetDescrConverter.h:25
LArOnlineIDDetDescrCnv::repSvcType
virtual long int repSvcType() const override
Definition: LArOnlineIDDetDescrCnv.cxx:17
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
LArOnlineIDDetDescrCnv::classID
static const CLID & classID()
Definition: LArOnlineIDDetDescrCnv.cxx:65
LArOnlineIDDetDescrCnv::storageType
static long storageType()
Definition: LArOnlineIDDetDescrCnv.cxx:58
DetDescrConverter.h
LArOnlineIDDetDescrCnv::LArOnlineIDDetDescrCnv
LArOnlineIDDetDescrCnv(ISvcLocator *svcloc)
Definition: LArOnlineIDDetDescrCnv.cxx:70