ATLAS Offline Software
Loading...
Searching...
No Matches
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
17
19
20public:
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
uint32_t CLID
The Class ID type.
DetDescrConverter(const CLID &myCLID, ISvcLocator *svcloc, const char *name=nullptr)
TileHWIDDetDescrCnv(ISvcLocator *svcloc)
virtual long repSvcType() const override
static const CLID & classID()
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj) override
virtual StatusCode initialize() override