ATLAS Offline Software
MuonFeatureCnv.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 : MuonFeatureCnv
9  *
10  * @brief transient persistent converter for MuonFeature
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: MuonFeatureCnv.h,v 1.3 2009-02-23 18:59:19 ssnyder Exp $
17  **********************************************************************************/
18 
19 #ifndef TRIGEVENTATHENAPOOL_MUONFEATURECNV_H
20 #define TRIGEVENTATHENAPOOL_MUONFEATURECNV_H
21 
24 
25 class MuonFeature_p2;
26 
27 class MsgStream;
28 
29 // typedef to the latest top level persistent version
30 // typedef MuonFeature_p1 MuonFeature_PERS;
32 
34 
36 
37  friend class CnvFactory<MuonFeatureCnv>;
38 
39 public:
40  MuonFeatureCnv(ISvcLocator *svcloc);
42 
43 protected:
44  virtual MuonFeature_PERS *createPersistent(MuonFeature *transObj);
45  virtual MuonFeature *createTransient();
46 };
47 
48 
49 #endif
MuonFeatureCnv
Definition: MuonFeatureCnv.h:35
MuonFeature_PERS
MuonFeature_p2 MuonFeature_PERS
Definition: MuonFeatureCnv.h:27
MuonFeatureCnvBase
T_AthenaPoolCustomCnv< MuonFeature, MuonFeature_PERS > MuonFeatureCnvBase
Definition: MuonFeatureCnv.h:33
MuonFeatureCnv::createTransient
virtual MuonFeature * createTransient()
Definition: MuonFeatureCnv.cxx:25
MuonFeature.h
MuonFeature_p2
Definition: MuonFeature_p2.h:26
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition: T_AthenaPoolCustomCnv.h:132
T_AthenaPoolCustomCnv.h
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
CnvFactory
Abstract factory to create the converter.
Definition: ToyConverter.h:16
MuonFeatureCnv::createPersistent
virtual MuonFeature_PERS * createPersistent(MuonFeature *transObj)
Definition: MuonFeatureCnv.cxx:13
MuonFeature
Definition: MuonFeature.h:21
MuonFeatureCnv::~MuonFeatureCnv
~MuonFeatureCnv()
Definition: MuonFeatureCnv.cxx:10
MuonFeatureCnv::MuonFeatureCnv
MuonFeatureCnv(ISvcLocator *svcloc)
Definition: MuonFeatureCnv.cxx:9