ATLAS Offline Software
Loading...
Searching...
No Matches
xAODJetAuxContainerCnv.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: xAODJetAuxContainerCnv.h 566967 2013-10-24 13:24:31Z krasznaa $
8#ifndef XAODJETATHENAPOOL_XAODJETAUXCONTAINERCNV_H
9#define XAODJETATHENAPOOL_XAODJETAUXCONTAINERCNV_H
10
11// Gaudi/Athena include(s):
13
14// EDM include(s):
16
20
37{
38public:
39 using xAODJetAuxContainerCnvBase::xAODJetAuxContainerCnvBase;
40
44 const std::string& key) override;
45
46}; // class xAODJetAuxContainerCnv
47
48#endif // XAODJETATHENAPOOL_XAODJETAUXCONTAINERCNV_H
Athena pool converter for aux store classes.
Athena pool converter for aux store classes.
POOL converter for the xAOD::JetAuxContainer class.
virtual xAOD::JetAuxContainer * createPersistentWithKey(xAOD::JetAuxContainer *trans, const std::string &key) override
Function preparing the container to be written out.
JetAuxContainer_v1 JetAuxContainer
Definition of the current jet auxiliary container.
T_AthenaPoolAuxContainerCnv< xAOD::JetAuxContainer > xAODJetAuxContainerCnvBase
Base class for the converter.