ATLAS Offline Software
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 
31 public:
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::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
JetTrigAuxContainer.h
xAODJetTrigAuxContainerCnv_v1::persToTrans
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.
Definition: xAODJetTrigAuxContainerCnv_v1.cxx:43
xAOD::JetTrigAuxContainer_v2
Temporary container used until we have I/O for AuxStoreInternal.
Definition: JetTrigAuxContainer_v2.h:36
JetTrigAuxContainer_v1.h
T_AthenaPoolTPConverter.h
xAODJetTrigAuxContainerCnv_v1
Converter class used for reading xAOD::JetTrigAuxContainer_v1.
Definition: xAODJetTrigAuxContainerCnv_v1.h:29
xAOD::JetTrigAuxContainer_v1
Temporary container used until we have I/O for AuxStoreInternal.
Definition: JetTrigAuxContainer_v1.h:36
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
xAODJetTrigAuxContainerCnv_v1::transToPers
virtual void transToPers(const xAOD::JetTrigAuxContainer *, xAOD::JetTrigAuxContainer_v1 *, MsgStream &log) const override
Dummy function inherited from the base class.
Definition: xAODJetTrigAuxContainerCnv_v1.cxx:83
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
xAODJetTrigAuxContainerCnv_v1::xAODJetTrigAuxContainerCnv_v1
xAODJetTrigAuxContainerCnv_v1()
Default constructor.
Definition: xAODJetTrigAuxContainerCnv_v1.cxx:38
TPConverterConstBase
Definition: TPConverter.h:776