ATLAS Offline Software
LArOnline_SuperCellIDDetDescrCnv.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_LARONLINE_SUPERCELLIDDETDESCRCNV_H
6 # define LARIDCNV_LARONLINE_SUPERCELLIDDETDESCRCNV_H
7 
9 
18 
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  LArOnline_SuperCellIDDetDescrCnv(ISvcLocator* svcloc);
29 };
30 
31 #endif // LARIDCNV_LARONLINE_SUPERCELLIDDETDESCRCNV_H
LArOnline_SuperCellIDDetDescrCnv::repSvcType
virtual long int repSvcType() const override
Definition: LArOnline_SuperCellIDDetDescrCnv.cxx:17
LArOnline_SuperCellIDDetDescrCnv::createObj
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj) override
Definition: LArOnline_SuperCellIDDetDescrCnv.cxx:33
LArOnline_SuperCellIDDetDescrCnv::storageType
static long storageType()
Definition: LArOnline_SuperCellIDDetDescrCnv.cxx:58
DetDescrConverter
Definition: DetDescrConverter.h:25
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArOnline_SuperCellIDDetDescrCnv
This class is a converter for the LArOnline_SuperCellID an IdHelper which is stored in the detector s...
Definition: LArOnline_SuperCellIDDetDescrCnv.h:17
LArOnline_SuperCellIDDetDescrCnv::LArOnline_SuperCellIDDetDescrCnv
LArOnline_SuperCellIDDetDescrCnv(ISvcLocator *svcloc)
Definition: LArOnline_SuperCellIDDetDescrCnv.cxx:70
CLID
uint32_t CLID
The Class ID type.
Definition: Event/xAOD/xAODCore/xAODCore/ClassID_traits.h:47
LArOnline_SuperCellIDDetDescrCnv::initialize
virtual StatusCode initialize() override
Definition: LArOnline_SuperCellIDDetDescrCnv.cxx:23
DetDescrConverter.h
LArOnline_SuperCellIDDetDescrCnv::classID
static const CLID & classID()
Definition: LArOnline_SuperCellIDDetDescrCnv.cxx:65