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