ATLAS Offline Software
SiliconIDDetDescrCnv.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_SILICONIDDETDESCRCNV_H
6 # define INDETMGRDETDESCRCNV_SILICONIDDETDESCRCNV_H
7 
9 
10 class SiliconID;
11 
12 
21 
22 public:
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  SiliconIDDetDescrCnv(ISvcLocator* svcloc);
33 
34 private:
37 
38 };
39 
40 #endif // INDETMGRDETDESCRCNV_SILICONIDDETDESCRCNV_H
SiliconIDDetDescrCnv::initialize
virtual StatusCode initialize() override
Definition: SiliconIDDetDescrCnv.cxx:29
SiliconIDDetDescrCnv::m_siliconId
SiliconID * m_siliconId
The helper - only will create it once.
Definition: SiliconIDDetDescrCnv.h:36
SiliconIDDetDescrCnv::repSvcType
virtual long int repSvcType() const override
Definition: SiliconIDDetDescrCnv.cxx:21
DetDescrConverter
Definition: DetDescrConverter.h:25
SiliconIDDetDescrCnv
This class is a converter for the SiliconID an IdHelper which is stored in the detector store.
Definition: SiliconIDDetDescrCnv.h:20
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
SiliconIDDetDescrCnv::createObj
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj) override
Definition: SiliconIDDetDescrCnv.cxx:38
CLID
uint32_t CLID
The Class ID type.
Definition: Event/xAOD/xAODCore/xAODCore/ClassID_traits.h:47
SiliconIDDetDescrCnv::classID
static const CLID & classID()
Definition: SiliconIDDetDescrCnv.cxx:77
SiliconID
This is an Identifier helper class for both the Pixel and SCT subdetectors. This class defines identi...
Definition: SiliconID.h:44
SiliconIDDetDescrCnv::storageType
static long storageType()
Definition: SiliconIDDetDescrCnv.cxx:70
DetDescrConverter.h
SiliconIDDetDescrCnv::SiliconIDDetDescrCnv
SiliconIDDetDescrCnv(ISvcLocator *svcloc)
Definition: SiliconIDDetDescrCnv.cxx:82