ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEFBphysContainerCnv.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 * @Project: Trigger
7 * @Package: TrigEventAthenaPool
8 * @class : TrigEFBphysContainerCnv
9 *
10 * @brief transient persistent converter for TrigEFBphysContainer
11 *
12 * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13 * @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14 *
15 * File and Version Information:
16 * $Id: TrigEFBphysContainerCnv.h,v 1.2 2009-02-23 18:59:19 ssnyder Exp $
17 * $Id: TrigEFBphysContainerCnv.h,v 1.3 2010-08-12 demelian Exp $
18 **********************************************************************************/
19#ifndef TRIGEFBPHYSCONTAINER_CNV_H
20#define TRIGEFBPHYSCONTAINER_CNV_H
21
22#include "GaudiKernel/MsgStream.h"
23
25
28
29//-----------------------------------------------------------------------------
30// Base class definition
31//-----------------------------------------------------------------------------
33
35
36//-----------------------------------------------------------------------------
37// Converter for TrigEFBphysCollection object
38//-----------------------------------------------------------------------------
41 {
42
44
45 protected:
46
47public:
48 TrigEFBphysContainerCnv( ISvcLocator *svcloc );
50
51protected:
52
55
56 private:
58 };//end of class definitions
59
60
61#endif
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
T_AthenaPoolCustomCnv< TrigEFBphysContainer, TrigEFBphysContainer_PERS > TrigEFBphysContainerCnvBase
TrigEFBphysContainer_tlp2 TrigEFBphysContainer_PERS
Abstract factory to create the converter.
Compatibility for old converter classes that don't get passed the key.
virtual TrigEFBphysContainer * createTransient()
TrigEFBphysContainerCnv_impl * m_impl
virtual TrigEFBphysContainer_PERS * createPersistent(TrigEFBphysContainer *transObj)
TrigEFBphysContainerCnv(ISvcLocator *svcloc)