ATLAS Offline Software
Loading...
Searching...
No Matches
PhaseIIPixelRawDataContainerCnv.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef PHASEII_PIXELRAWDATACONTAINERCNV_H
6#define PHASEII_PIXELRAWDATACONTAINERCNV_H
7
9
13
14
15class PixelID;
16
19
23
24public:
26 : PhaseIIPixelRawDataContainerCnvBase(svcloc, "PhaseIIPixelRawDataContainerCnv")
27 {}
28protected:
31
32 virtual StatusCode initialize() override;
33
34 const PixelID *m_idHelper = nullptr;
35};
36
37#endif
InDetRawDataContainer_p2 PixelRDO_Container_PERS
T_AthenaPoolCustomCnv< PhaseIIPixelRawDataContainer, PixelRDO_Container_PERS > PhaseIIPixelRawDataContainerCnvBase
PhaseII::PixelRawDataContainerCollectionTypes<>::ContainerCollection PhaseIIPixelRawDataContainer
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
Abstract factory to create the converter.
virtual StatusCode initialize() override
Gaudi Service Interface method implementations:
virtual PixelRDO_Container_PERS * createPersistent(PhaseIIPixelRawDataContainer *transCont) override
virtual PhaseIIPixelRawDataContainer * createTransient() override
This is an Identifier helper class for the Pixel subdetector.
Definition PixelID.h:69
Compatibility for old converter classes that don't get passed the key.