ATLAS Offline Software
Loading...
Searching...
No Matches
TrigL2BphysContainerCnv.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 : TrigL2BphysContainerCnv
9 *
10 * @brief transient persistent converter for TrigL2BphysContainer
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: TrigL2BphysContainerCnv.h,v 1.3 2009-02-23 18:59:19 ssnyder Exp $
17 * $Id: TrigL2BphysContainerCnv.h,v 1.4 2010-08-11 demelian Exp $
18 **********************************************************************************/
19#ifndef TRIGEVENTATHENAPOOL_TRIGL2BPHYSCONTAINER_CNV_H
20#define TRIGEVENTATHENAPOOL_TRIGL2BPHYSCONTAINER_CNV_H
21
22
23#include "GaudiKernel/MsgStream.h"
24
26
29
30
31//-----------------------------------------------------------------------------
32// Base class definition
33//-----------------------------------------------------------------------------
35
37
38//-----------------------------------------------------------------------------
39// Converter for TrigL2BphysCollection object
40//-----------------------------------------------------------------------------
43 {
44
46
47 protected:
48
49public:
50 TrigL2BphysContainerCnv( ISvcLocator *svcloc );
52
53protected:
54
57
58
59 private:
60
62
63 };//end of class definitions
64
65
66 #endif //TRIGPHOTONCONTAINER_CNV_H
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
TrigL2BphysContainer_tlp2 TrigL2BphysContainer_PERS
T_AthenaPoolCustomCnv< TrigL2BphysContainer, TrigL2BphysContainer_PERS > TrigL2BphysContainerCnvBase
Abstract factory to create the converter.
Compatibility for old converter classes that don't get passed the key.
TrigL2BphysContainerCnv(ISvcLocator *svcloc)
virtual TrigL2BphysContainer * createTransient()
TrigL2BphysContainerCnv_impl * m_impl
virtual TrigL2BphysContainer_PERS * createPersistent(TrigL2BphysContainer *transObj)