ATLAS Offline Software
TileHWIDDetDescrCnv.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 TILEIDCNV_TILEHWIDDETDESCRCNV_H
6 # define TILEIDCNV_TILEHWIDDETDESCRCNV_H
7 
9 
10 
19 
20 public:
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  virtual long repSvcType() const override;
26  static long storageType();
27  static const CLID& classID();
28 
29  TileHWIDDetDescrCnv(ISvcLocator* svcloc);
30 };
31 
32 #endif // TILEDETMGRDETDESCRCNV_TILEHWIDDETDESCRCNV_H
33 
TileHWIDDetDescrCnv
This class is a converter for the TileHWID an IdHelper which is stored in the detector store.
Definition: TileHWIDDetDescrCnv.h:18
TileHWIDDetDescrCnv::TileHWIDDetDescrCnv
TileHWIDDetDescrCnv(ISvcLocator *svcloc)
Definition: TileHWIDDetDescrCnv.cxx:70
TileHWIDDetDescrCnv::classID
static const CLID & classID()
Definition: TileHWIDDetDescrCnv.cxx:65
TileHWIDDetDescrCnv::createObj
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj) override
Definition: TileHWIDDetDescrCnv.cxx:26
TileHWIDDetDescrCnv::initialize
virtual StatusCode initialize() override
Definition: TileHWIDDetDescrCnv.cxx:16
DetDescrConverter
Definition: DetDescrConverter.h:25
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
TileHWIDDetDescrCnv::repSvcType
virtual long repSvcType() const override
Definition: TileHWIDDetDescrCnv.cxx:58
DetDescrConverter.h
TileHWIDDetDescrCnv::storageType
static long storageType()
Definition: TileHWIDDetDescrCnv.cxx:52