ATLAS Offline Software
Loading...
Searching...
No Matches
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
27class MsgStream;
28
29namespace HLT {
30 class HLTResult;
31 class HLTResult_p1;
32}
33
34namespace 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< TRANS, PERS > T_AthenaPoolTPCnvBase
void persToTrans(const HLTResult_p1 *persObj, HLTResult *transObj, MsgStream &log)
void transToPers(const HLTResult *transObj, HLTResult_p1 *persObj, MsgStream &log)
HLT::HLTResult is sumarising result of trigger decision evaluation (online/offline) It contains basic...
Definition HLTResult.h:51
It used to be useful piece of code for replacing actual SG with other store of similar functionality ...