ATLAS Offline Software
Loading...
Searching...
No Matches
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
16
18
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 LArOnline_SuperCellIDDetDescrCnv(ISvcLocator* svcloc);
29};
30
31#endif // LARIDCNV_LARONLINE_SUPERCELLIDDETDESCRCNV_H
uint32_t CLID
The Class ID type.
DetDescrConverter(const CLID &myCLID, ISvcLocator *svcloc, const char *name=nullptr)
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj) override