ATLAS Offline Software
HLTResultCnv_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: HLT
7  * @Package: TrigSteeringEventTPCnv
8  * @class : HLTResultCnv_p1
9  *
10  * @brief The converter for the HLTResult_p1 persistent format.
11  *
12  * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. of Geneva, Switzerland
13  * @author Francesca Bucci <f.bucci@cern.ch> - U. of Geneva, Switzerland
14  * @author Nicolas Berger <Nicolas.Berger@cern.ch> - CERN
15  * @author Till Eifert <Till.Eifert@cern.ch> - U. of Geneva, Switzerland
16  * @author Tomasz Bold <Tomasz.Bold@cern.ch> - U. of California
17  *
18  * File and Version Information:
19  * $Id: HLTResultCnv_p1.h,v 1.2 2009-04-01 22:14:57 salvator Exp $
20  **********************************************************************************/
21 
22 #ifndef TrigSteeringEventTPCnv_HLTResultCnv_H
23 #define TrigSteeringEventTPCnv_HLTResultCnv_H
24 
26 
27 class MsgStream;
28 
29 namespace HLT {
30  class HLTResult;
31  class HLTResult_p1;
32 }
33 
34 namespace HLT {
35 
36  class HLTResultCnv_p1 : public T_AthenaPoolTPCnvBase<HLTResult, HLTResult_p1> {
37 
38  public:
40  void persToTrans(const HLTResult_p1* persObj, HLTResult* transObj, MsgStream& log);
41  void transToPers(const HLTResult* transObj, HLTResult_p1* persObj, MsgStream& log);
42  };
43 
44 }
45 
46 #endif
TPConverterBase
Definition: TPConverter.h:738
HLT::HLTResult_p1
Definition: HLTResult_p1.h:47
HLT::HLTResultCnv_p1::HLTResultCnv_p1
HLTResultCnv_p1()
Definition: HLTResultCnv_p1.h:39
HLT
It used to be useful piece of code for replacing actual SG with other store of similar functionality ...
Definition: HLTResultReader.h:26
T_AthenaPoolTPConverter.h
HLT::HLTResult
HLT::HLTResult is sumarising result of trigger decision evaluation (online/offline) It contains basic...
Definition: HLTResult.h:57
HLT::HLTResultCnv_p1
Definition: HLTResultCnv_p1.h:36
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
HLT::HLTResultCnv_p1::persToTrans
void persToTrans(const HLTResult_p1 *persObj, HLTResult *transObj, MsgStream &log)
Definition: HLTResultCnv_p1.cxx:39
HLT::HLTResultCnv_p1::transToPers
void transToPers(const HLTResult *transObj, HLTResult_p1 *persObj, MsgStream &log)
Definition: HLTResultCnv_p1.cxx:15