ATLAS Offline Software
Loading...
Searching...
No Matches
PixelIDDetDescrCnv.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 INDETMGRDETDESCRCNV_PIXELIDDETDESCRCNV_H
6# define INDETMGRDETDESCRCNV_PIXELIDDETDESCRCNV_H
7
9
10class PixelID;
11
12
19
21
22public:
23
24 virtual long int repSvcType() const override;
25 virtual StatusCode initialize() override;
26 virtual StatusCode createObj(IOpaqueAddress* pAddr, DataObject*& pObj) override;
27
28 // Storage type and class ID (used by CnvFactory)
29 static long storageType();
30 static const CLID& classID();
31
32 PixelIDDetDescrCnv(ISvcLocator* svcloc);
33
34private:
37
39 std::string m_inDetIDFileName;
40
42 std::string m_inDetIdDictTag;
43
45 std::string m_inDetIDTag;
46
49
50};
51
52#endif // INDETMGRDETDESCRCNV_PIXELIDDETDESCRCNV_H
uint32_t CLID
The Class ID type.
DetDescrConverter(const CLID &myCLID, ISvcLocator *svcloc, const char *name=nullptr)
static const CLID & classID()
PixelIDDetDescrCnv(ISvcLocator *svcloc)
bool m_doChecks
Whether or not.
virtual StatusCode initialize() override
virtual long int repSvcType() const override
std::string m_inDetIdDictTag
Tag of RDB record for InDet ids.
PixelID * m_pixelId
The helper - only will create it once.
std::string m_inDetIDFileName
File to be read for InDet ids.
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj) override
std::string m_inDetIDTag
Internal InDet id tag.
This is an Identifier helper class for the Pixel subdetector.
Definition PixelID.h:67