ATLAS Offline Software
Loading...
Searching...
No Matches
CombinedMuonFeatureCnv.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 : CombinedMuonFeatureCnv
9 *
10 * @brief transient persistent converter for CombinedMuonFeature
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: CombinedMuonFeatureCnv.h,v 1.2 2009-02-23 18:59:19 ssnyder Exp $
17 **********************************************************************************/
18#ifndef TRIGEVENTATHENAPOOL_COMBINEDMUONFEATURECNV_H
19#define TRIGEVENTATHENAPOOL_COMBINEDMUONFEATURECNV_H
20
21class MsgStream;
22
24
26
29
30
31//-----------------------------------------------------------------------------
32// Base class definition
33//-----------------------------------------------------------------------------
35
38
39 //-----------------------------------------------------------------------------
40 // Converter for CombinedMuonFeature object
41 //-----------------------------------------------------------------------------
44
45public:
46 CombinedMuonFeatureCnv( ISvcLocator *svcloc );
48
49protected:
52
53
54 private:
55
57 };
58
59 #endif // COMBINEDMUONFEATURE_CNV_H
CombinedMuonFeature_tlp1 CombinedMuonFeature_PERS
T_AthenaPoolCustomCnv< CombinedMuonFeature, CombinedMuonFeature_PERS > CombinedMuonFeatureCnvBase
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
Abstract factory to create the converter.
virtual CombinedMuonFeature_PERS * createPersistent(CombinedMuonFeature *transObj)
virtual CombinedMuonFeature * createTransient()
CombinedMuonFeatureCnv(ISvcLocator *svcloc)
CombinedMuonFeatureCnv_tlp1 * m_TPConverter
Compatibility for old converter classes that don't get passed the key.