ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEFBjetContainerCnv.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 : TrigEFBjetContainerCnv
9 *
10 * @brief transient persistent converter for TrigEFBjetContainer
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: TrigEFBjetContainerCnv.h,v 1.3 2009-02-23 18:59:19 ssnyder Exp $
17 **********************************************************************************/
18#ifndef TRIGEFBJETCONTAINER_CNV_H
19#define TRIGEFBJETCONTAINER_CNV_H
20
21
22class MsgStream;
23
25
28
29//-----------------------------------------------------------------------------
30// typedef to the latest top level persistent version
31//-----------------------------------------------------------------------------
33
35
36//-----------------------------------------------------------------------------
37// Converter for TrigEFBjetCollection object
38//-----------------------------------------------------------------------------
41 {
42
44
45 protected:
46
47public:
48 TrigEFBjetContainerCnv( 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< TrigEFBjetContainer, TrigEFBjetContainer_PERS > TrigEFBjetContainerCnvBase
TrigEFBjetContainer_tlp2 TrigEFBjetContainer_PERS
Abstract factory to create the converter.
Compatibility for old converter classes that don't get passed the key.
virtual TrigEFBjetContainer_PERS * createPersistent(TrigEFBjetContainer *transObj)
TrigEFBjetContainerCnv(ISvcLocator *svcloc)
TrigEFBjetContainerCnv_impl * m_impl
virtual TrigEFBjetContainer * createTransient()
Container of TrigEFBjet objects to be stored in POOL.