ATLAS Offline Software
MuonFeatureCnv_p1.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: TrigMuonEventTPCnv
8  * @class : MuonFeatureCnv_p1
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_p1.h,v 1.2 2009-04-01 22:12:14 salvator Exp $
17  **********************************************************************************/
18 #ifndef TRIGMUONEVENTTPCNV_MUONFEATURECNV_P1_H
19 #define TRIGMUONEVENTTPCNV_MUONFEATURECNV_P1_H
20 
21 //converter base
23 
24 //MuonFeature transient and persistent classes
26 
27 
28 class MsgStream;
29 
30 
31 class MuonFeatureCnv_p1 : public T_AthenaPoolTPCnvBase<MuonFeature, MuonFeature_p1>
32 {
33 
34  public:
35 
37 
38  virtual void persToTrans(const MuonFeature_p1* persObj, MuonFeature* transObj, MsgStream &log);
39  virtual void transToPers(const MuonFeature* transObj, MuonFeature_p1* persObj, MsgStream &log);
40 };
41 
42 #endif
MuonFeatureCnv_p1
Definition: MuonFeatureCnv_p1.h:32
MuonFeatureCnv_p1::persToTrans
virtual void persToTrans(const MuonFeature_p1 *persObj, MuonFeature *transObj, MsgStream &log)
Definition: MuonFeatureCnv_p1.cxx:9
TPConverterBase
Definition: TPConverter.h:738
MuonFeature_p1.h
T_AthenaPoolTPConverter.h
MuonFeature
Definition: MuonFeature.h:21
MuonFeature_p1
Definition: MuonFeature_p1.h:26
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
MuonFeatureCnv_p1::MuonFeatureCnv_p1
MuonFeatureCnv_p1()
Definition: MuonFeatureCnv_p1.h:36
MuonFeatureCnv_p1::transToPers
virtual void transToPers(const MuonFeature *transObj, MuonFeature_p1 *persObj, MsgStream &log)
Definition: MuonFeatureCnv_p1.cxx:28