ATLAS Offline Software
Loading...
Searching...
No Matches
xAODSpacePointAuxContainerCnv.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 XAODINDETMEASUREMENT_SPACEPOINT_AUXCONTAINER_CNV_H
6#define XAODINDETMEASUREMENT_SPACEPOINT_AUXCONTAINER_CNV_H
7
8// Gaudi/Athena include(s):
10
11// EDM include(s):
13
15
18{
19public:
20 xAODSpacePointAuxContainerCnv( ISvcLocator* svcLoc );
21
22private:
24
25 virtual StatusCode initialize() override;
26
27protected:
30 const std::string& key ) override;
31};
32
33#endif
Athena pool converter for aux store classes.
Abstract factory to create the converter.
Athena pool converter for aux store classes.
virtual StatusCode initialize() override
Gaudi Service Interface method implementations:
virtual xAOD::SpacePointAuxContainer * createPersistentWithKey(xAOD::SpacePointAuxContainer *trans, const std::string &key) override
Convert a transient object to persistent form.
SpacePointAuxContainer_v1 SpacePointAuxContainer
Definition of the current space point auxiliary container.
T_AthenaPoolAuxContainerCnv< xAOD::SpacePointAuxContainer > xAODSpacePointAuxContainerCnvBase