ATLAS Offline Software
Loading...
Searching...
No Matches
xAODJetTrigAuxContainerCnv.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef XAODJETATHENAPOOL_XAODJETTRIGAUXCONTAINERCNV_H
8#define XAODJETATHENAPOOL_XAODJETTRIGAUXCONTAINERCNV_H
9
10#if !(defined(GENERATIONBASE) || defined(SIMULATIONBASE))
11
12// Gaudi/Athena include(s):
14
15// EDM include(s):
18
23
40{
41public:
42 using xAODJetTrigAuxContainerCnvBase::xAODJetTrigAuxContainerCnvBase;
43
47 const std::string& key );
48
49}; // class xAODJetTrigAuxContainerCnv
50#endif // NOT SIMULATIONBASE OR GENERATIONBASE
51#endif // XAODJETATHENAPOOL_XAODJETAUXCONTAINERCNV_H
Athena pool converter for aux store classes.
Athena pool converter for aux store classes.
Converter class used for reading xAOD::JetTrigAuxContainer_v1.
POOL converter for the xAOD::JetTrigAuxContainer class.
virtual xAOD::JetTrigAuxContainer * createPersistentWithKey(xAOD::JetTrigAuxContainer *trans, const std::string &key)
Function preparing the container to be written out.
JetTrigAuxContainer_v2 JetTrigAuxContainer
Definition of the current jet trigger auxiliary container.
T_AthenaPoolAuxContainerCnv< xAOD::JetTrigAuxContainer, xAODJetTrigAuxContainerCnv_v1 > xAODJetTrigAuxContainerCnvBase
Base class for the converter.