ATLAS Offline Software
Loading...
Searching...
No Matches
TBEventInfoCnv.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5// -------------------------------------------------------------------
6// Modified pool converter which complies with the standards of the
7// transient/persistent scheme.
8// See: https://twiki.cern.ch/twiki/bin/view/Atlas/TransientPersistentSeparation#TP_converters_for_component_type
9// Author: Iftach Sadeh (iftach.sadeh@NOSPAMTODAYcern.ch) , February 2010
10// -------------------------------------------------------------------
11#ifndef TBEVENTATHENAPOOL_TBEVENTINFOCNV_P1_H
12#define TBEVENTATHENAPOOL_TBEVENTINFOCNV_P1_H
13
16#include "TBEvent/TBEventInfo.h"
18
19// the latest persistent representation type of TBEventInfo:
22
24friend class CnvFactory<TBEventInfoCnv >;
25protected:
26public:
27 TBEventInfoCnv (ISvcLocator* svcloc) : TBEventInfoCnvBase(svcloc) {}
28protected:
29 virtual TBEventInfo_PERS* createPersistent (TBEventInfo* transCont);
30 virtual TBEventInfo* createTransient ();
31
33};
34#endif
35
TBEventInfo_p1 TBEventInfo_PERS
T_AthenaPoolCustomCnv< TBEventInfo, TBEventInfo_PERS > TBEventInfoCnvBase
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
Abstract factory to create the converter.
TBEventInfoCnv(ISvcLocator *svcloc)
virtual TBEventInfo_PERS * createPersistent(TBEventInfo *transCont)
TBEventInfoCnv_p1 m_TPConverter
virtual TBEventInfo * createTransient()
Compatibility for old converter classes that don't get passed the key.