ATLAS Offline Software
Loading...
Searching...
No Matches
LArElectrodeIDDetDescrCnv.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_LARELECTRODEIDDETDESCRCNV_H
6# define LARIDCNV_LARELECTRODEIDDETDESCRCNV_H
7
9
10
17
19public:
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 LArElectrodeIDDetDescrCnv(ISvcLocator* svcloc);
29};
30
31#endif // LARIDCNV_LARELECTRODEIDDETDESCRCNV_H
uint32_t CLID
The Class ID type.
DetDescrConverter(const CLID &myCLID, ISvcLocator *svcloc, const char *name=nullptr)
virtual StatusCode initialize() override
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj) override
virtual long int repSvcType() const override
LArElectrodeIDDetDescrCnv(ISvcLocator *svcloc)