ATLAS Offline Software
Loading...
Searching...
No Matches
xAODTrigNavigationAuxInfoCnv.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: xAODTrigNavigationAuxInfoCnv.h 674249 2015-06-11 08:47:11Z krasznaa $
8#ifndef XAODTRIGGERATHENAPOOL_XAODTRIGNAVIGATIONAUXINFOCNV_H
9#define XAODTRIGGERATHENAPOOL_XAODTRIGNAVIGATIONAUXINFOCNV_H
10
11// Gaudi/Athena include(s):
13
14// EDM include(s):
16
20
36
37 // Declare the factory as our friend:
39
40protected:
42public:
43 xAODTrigNavigationAuxInfoCnv( ISvcLocator* svcLoc );
44protected:
45
49 const std::string& key ) override;
50
51}; // class xAODTrigNavigationAuxInfoCnv
52
53#endif // XAODTRIGGERATHENAPOOL_XAODTRIGNAVIGATIONAUXINFOCNV_H
Athena pool converter for aux store classes.
Abstract factory to create the converter.
xAODTrigNavigationAuxInfoCnv(ISvcLocator *svcLoc)
Converter constructor.
virtual xAOD::TrigNavigationAuxInfo * createPersistentWithKey(xAOD::TrigNavigationAuxInfo *trans, const std::string &key) override
Function preparing the container to be written out.
TrigNavigationAuxInfo_v1 TrigNavigationAuxInfo
Define the latest version of the trigger navigation auxiliary information class.
T_AthenaPoolAuxContainerCnv< xAOD::TrigNavigationAuxInfo > xAODTrigNavigationAuxInfoCnvBase
Base class for the converter.