ATLAS Offline Software
Loading...
Searching...
No Matches
xAODTriggerMenuAuxContainerCnv.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: xAODTriggerMenuAuxContainerCnv.h 647168 2015-02-16 15:30:50Z krasznaa $
8#ifndef XAODTRIGGERATHENAPOOL_XAODTRIGGERMENUAUXCONTAINERCNV_H
9#define XAODTRIGGERATHENAPOOL_XAODTRIGGERMENUAUXCONTAINERCNV_H
10
11// Gaudi/Athena include(s):
13
14// EDM include(s):
16
20
35
36 // Declare the factory as our friend:
38
39protected:
41public:
42 xAODTriggerMenuAuxContainerCnv( ISvcLocator* svcLoc );
43protected:
44
47 createTransientWithKey( const std::string& key ) override;
48
49}; // class xAODTriggerMenuAuxContainerCnv
50
51#endif // XAODTRIGGERATHENAPOOL_XAODTRIGGERMENUAUXCONTAINERCNV_H
Athena pool converter for aux store classes.
Abstract factory to create the converter.
xAODTriggerMenuAuxContainerCnv(ISvcLocator *svcLoc)
Converter constructor.
virtual xAOD::TriggerMenuAuxContainer * createTransientWithKey(const std::string &key) override
Function reading in the object from the input file.
TriggerMenuAuxContainer_v1 TriggerMenuAuxContainer
Define the latest version of the trigger menu auxiliary container class.
T_AthenaPoolAuxContainerCnv< xAOD::TriggerMenuAuxContainer > xAODTriggerMenuAuxContainerCnvBase
Base class for the converter.