ATLAS Offline Software
Loading...
Searching...
No Matches
xAODJetTrigAuxContainerCnv_v1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5// Dear emacs, this is -*- c++ -*-
6
7// $Id: xAODJetTrigAuxContainerCnv_v1.h 797270 2017-02-15 00:03:55Z khoo $
8#ifndef XAODJETATHENAPOOL_XAODJETTRIGAUXCONTAINERCNV_V1_H
9#define XAODJETATHENAPOOL_XAODJETTRIGAUXCONTAINERCNV_V1_H
10#if !(defined(GENERATIONBASE) || defined(SIMULATIONBASE))
11// Gaudi/Athena include(s):
13
14// EDM include(s):
17
28 public T_AthenaPoolTPCnvConstBase< xAOD::JetTrigAuxContainer,
29 xAOD::JetTrigAuxContainer_v1 > {
30
31public:
34
35
38
40 virtual void persToTrans( const xAOD::JetTrigAuxContainer_v1* oldObj,
42 MsgStream& log ) const override;
44 virtual void transToPers( const xAOD::JetTrigAuxContainer*,
46 MsgStream& log ) const override;
47
48}; // class xAODJetTrigAuxContainerCnv_v1
49#endif // #if !(defined(GENERATIONBASE) || defined(SIMULATIONBASE))
50#endif // XAODJETATHENAPOOL_XAODJETTRIGAUXCONTAINERCNV_V1_H
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
virtual void transToPers(const xAOD::JetTrigAuxContainer *, xAOD::JetTrigAuxContainer_v1 *, MsgStream &log) const override
Dummy function inherited from the base class.
virtual void persToTrans(const xAOD::JetTrigAuxContainer_v1 *oldObj, xAOD::JetTrigAuxContainer *newObj, MsgStream &log) const override
Function converting from the old type to the current one.
Temporary container used until we have I/O for AuxStoreInternal.
JetTrigAuxContainer_v2 JetTrigAuxContainer
Definition of the current jet trigger auxiliary container.