ATLAS Offline Software
Loading...
Searching...
No Matches
xAODHIEventShapeContainerCnv_v1.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: xAODHIEventShapeContainerCnv_v1.h 693514 2015-09-07 15:51:04Z krasznaa $
8#ifndef XAODHIEVENTATHENAPOOL_XAODHIEVENTSHAPECONTAINERCNV_V1_H
9#define XAODHIEVENTATHENAPOOL_XAODHIEVENTSHAPECONTAINERCNV_V1_H
10
11// Gaudi/Athena include(s):
13
14// EDM include(s):
17
31 public T_AthenaPoolTPCnvBase< xAOD::HIEventShapeContainer,
32 xAOD::HIEventShapeContainer_v1 > {
33
34public:
37
39 virtual void persToTrans( const xAOD::HIEventShapeContainer_v1* oldObj,
41 MsgStream& log );
43 virtual void transToPers( const xAOD::HIEventShapeContainer*,
45 MsgStream& log );
46
47}; // class xAODHIEventShapeContainerCnv_v1
48
49#endif // XAODHIEVENTATHENAPOOL_XAODHIEVENTSHAPECONTAINERCNV_V1_H
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void persToTrans(const xAOD::HIEventShapeContainer_v1 *oldObj, xAOD::HIEventShapeContainer *newObj, MsgStream &log)
Function converting from the old type to the current one.
virtual void transToPers(const xAOD::HIEventShapeContainer *, xAOD::HIEventShapeContainer_v1 *, MsgStream &log)
Dummy function inherited from the base class.
DataVector< HIEventShape_v1 > HIEventShapeContainer_v1
Container type for event info objects.
HIEventShapeContainer_v2 HIEventShapeContainer
Define the latest version of the container.