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