ATLAS Offline Software
Loading...
Searching...
No Matches
xAODMissingETAuxAssociationMapCnv_v1.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: xAODMissingETAuxAssociationMapCnv_v1.h 692581 2015-09-02 09:27:19Z khoo $
8#ifndef XAODMISSINGETATHENAPOOL_XAODMISSINGETAUXASSOCIATIONMAPCNV_V1_H
9#define XAODMISSINGETATHENAPOOL_XAODMISSINGETAUXASSOCIATIONMAPCNV_V1_H
10
11// Gaudi/Athena include(s):
13
14// EDM include(s):
17
29 public T_AthenaPoolTPCnvConstBase< xAOD::MissingETAuxAssociationMap,
30 xAOD::MissingETAuxAssociationMap_v1 >
31{
32public:
35
38
40 virtual void persToTrans( const xAOD::MissingETAuxAssociationMap_v1* oldObj,
42 MsgStream& log ) const override;
46 MsgStream& log ) const override;
47
48}; // class xAODMissingETAuxAssociationMapCnv_v1
49
50#endif // XAODMISSINGETATHENAPOOL_XAODMISSINGETAUXASSOCIATIONMAPCNV_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::MissingETAuxAssociationMap *, xAOD::MissingETAuxAssociationMap_v1 *, MsgStream &log) const override
Dummy function inherited from the base class.
virtual void persToTrans(const xAOD::MissingETAuxAssociationMap_v1 *oldObj, xAOD::MissingETAuxAssociationMap *newObj, MsgStream &log) const override
Function converting from the old type to the current one.
Auxiliary data store for xAOD::MissingETAssociationMap_v1.
MissingETAuxAssociationMap_v2 MissingETAuxAssociationMap
Version control by type definition.