ATLAS Offline Software
TrigIDHitStatsCnv_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: TrigTruthEventTPCnv
8  * @class : TrigIDHitStatsCnv_p1
9  *
10  * @brief transient-persistent converter for TrigIDHitStats
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: TrigIDHitStatsCnv_p1.h,v 1.1 2008-04-04 14:46:41 ahamil Exp $
17  **********************************************************************************/
18 #ifndef TRIGEVENTTPCNV_TRIGIDHITSTATSCNV_P1_H
19 #define TRIGEVENTTPCNV_TRIGIDHITSTATSCNV_P1_H
20 
21 //converter base
23 
26 
27 
28 class MsgStream;
29 
30 
31 class TrigIDHitStatsCnv_p1 : public T_AthenaPoolTPCnvBase<TrigIDHitStats, TrigIDHitStats_p1>
32 {
33 
34  public:
35 
37 
38  virtual void persToTrans(const TrigIDHitStats_p1* persObj, TrigIDHitStats* transObj, MsgStream &log);
39  virtual void transToPers(const TrigIDHitStats* transObj, TrigIDHitStats_p1* persObj, MsgStream &log);
40 };
41 
42 
43 #endif
TrigIDHitStats.h
TPConverterBase
Definition: TPConverter.h:738
TrigIDHitStats
Definition: TrigIDHitStats.h:18
TrigIDHitStatsCnv_p1::TrigIDHitStatsCnv_p1
TrigIDHitStatsCnv_p1()
Definition: TrigIDHitStatsCnv_p1.h:36
T_AthenaPoolTPConverter.h
TrigIDHitStatsCnv_p1::persToTrans
virtual void persToTrans(const TrigIDHitStats_p1 *persObj, TrigIDHitStats *transObj, MsgStream &log)
Definition: TrigIDHitStatsCnv_p1.cxx:10
TrigIDHitStatsCnv_p1
Definition: TrigIDHitStatsCnv_p1.h:32
TrigIDHitStats_p1.h
TrigIDHitStatsCnv_p1::transToPers
virtual void transToPers(const TrigIDHitStats *transObj, TrigIDHitStats_p1 *persObj, MsgStream &log)
Definition: TrigIDHitStatsCnv_p1.cxx:23
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
TrigIDHitStats_p1
Definition: TrigIDHitStats_p1.h:26