ATLAS Offline Software
Loading...
Searching...
No Matches
xAODTrackStateAuxContainerCnv.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_TRACKSTATE_AUXCONTAINER_CNV_H
6#define XAODINDETMEASUREMENT_TRACKSTATE_AUXCONTAINER_CNV_H
7
8// Gaudi/Athena include(s):
10
11// EDM include(s):
13
15
18{
19public:
20 xAODTrackStateAuxContainerCnv( 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::TrackStateAuxContainer * createPersistentWithKey(xAOD::TrackStateAuxContainer *trans, const std::string &key) override
Convert a transient object to persistent form.
TrackStateAuxContainer_v1 TrackStateAuxContainer
T_AthenaPoolAuxContainerCnv< xAOD::TrackStateAuxContainer > xAODTrackStateAuxContainerCnvBase