ATLAS Offline Software
Loading...
Searching...
No Matches
TrigHisto2DContainerCnv.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 : TrigHisto2DContainerCnv
9 *
10 * @brief transient persistent converter for TrigHisto2DContainer
11 *
12 * @author W. H. Bell <W.Bell@cern.ch>
13 *
14 **********************************************************************************/
15#ifndef TRIGEVENTATHENAPOOL_TRIGHISTO2DCONTAINER_CNV_H
16#define TRIGEVENTATHENAPOOL_TRIGHISTO2DCONTAINER_CNV_H
17
18
19#include "GaudiKernel/MsgStream.h"
20
22
25
26//-----------------------------------------------------------------------------
27// Base class definition
28//-----------------------------------------------------------------------------
30
32
33//-----------------------------------------------------------------------------
34// Converter for TrigHisto2DCollection object
35//-----------------------------------------------------------------------------
38 {
39
41
42 protected:
43
44 TrigHisto2DContainerCnv( ISvcLocator *svcloc );
46
49
50 private:
51
53
54 };//end of class definitions
55
56
57 #endif //TRIGHISTO2DCONTAINER_CNV_H
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
TrigHisto2DContainer_tlp1 TrigHisto2DContainer_PERS
T_AthenaPoolCustomCnv< TrigHisto2DContainer, TrigHisto2DContainer_PERS > TrigHisto2DContainerCnvBase
Abstract factory to create the converter.
Compatibility for old converter classes that don't get passed the key.
TrigHisto2DContainerCnv(ISvcLocator *svcloc)
virtual TrigHisto2DContainer_PERS * createPersistent(TrigHisto2DContainer *transObj)
virtual TrigHisto2DContainer * createTransient()
TrigHisto2DContainerCnv_tlp1 * m_TPConverter