ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigEvent
TrigDecisionEventTPCnv
TrigDecisionEventTPCnv
TrigDecisionCnv_p2.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/**********************************************************************************
6
* @Project: HLT
7
* @Package: TrigDecisionEventTPCnv
8
* @class : TrigDecisionCnv_p2
9
*
10
* @brief The converter for the TrigDecision_p2 persistent format.
11
* Called by TrigDecisionCnv
12
*
13
* @author Nicolas Berger <Nicolas.Berger@cern.ch> - CERN
14
* @author Till Eifert <Till.Eifert@cern.ch> - U. of Geneva, Switzerland
15
* @author Ricardo Goncalo <Jose.Goncalo@cern.ch> - Royal Holloway, U. of London
16
* @author Tomasz Bold <Tomasz.Bold@cern.ch> - UST-AGH Krakow
17
*
18
* File and Version Information:
19
**********************************************************************************/
20
21
#ifndef TrigDecisionEventTPCnv_TrigDecisionCnv_p2_H
22
#define TrigDecisionEventTPCnv_TrigDecisionCnv_p2_H
23
24
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
25
26
#include "
TrigSteeringEventTPCnv/Lvl1ResultCnv_p1.h
"
27
28
class
MsgStream;
29
30
namespace
TrigDec
{
31
class
TrigDecision
;
32
class
TrigDecision_p2
;
33
}
34
35
namespace
TrigDec
{
36
37
class
TrigDecisionCnv_p2
:
public
T_AthenaPoolTPCnvConstBase
<TrigDecision, TrigDecision_p2> {
38
39
public
:
40
using
base_class::persToTrans
;
41
using
base_class::transToPers
;
42
43
TrigDecisionCnv_p2
() {}
44
virtual
void
persToTrans
(
const
TrigDecision_p2
* persObj,
TrigDecision
* transObj, MsgStream& log)
const override
;
45
virtual
void
transToPers
(
const
TrigDecision
* transObj,
TrigDecision_p2
* persObj, MsgStream& log)
const override
;
46
47
private
:
48
LVL1CTP::Lvl1ResultCnv_p1
m_lvl1ResultCnv
;
49
50
};
51
52
}
53
54
#endif
Lvl1ResultCnv_p1.h
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvConstBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Definition
T_AthenaPoolTPConverter.h:44
LVL1CTP::Lvl1ResultCnv_p1
Definition
Lvl1ResultCnv_p1.h:32
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
TrigDec::TrigDecisionCnv_p2::transToPers
virtual void transToPers(const TrigDecision *transObj, TrigDecision_p2 *persObj, MsgStream &log) const override
Definition
TrigDecisionCnv_p2.cxx:16
TrigDec::TrigDecisionCnv_p2::m_lvl1ResultCnv
LVL1CTP::Lvl1ResultCnv_p1 m_lvl1ResultCnv
Definition
TrigDecisionCnv_p2.h:48
TrigDec::TrigDecisionCnv_p2::TrigDecisionCnv_p2
TrigDecisionCnv_p2()
Definition
TrigDecisionCnv_p2.h:43
TrigDec::TrigDecisionCnv_p2::persToTrans
virtual void persToTrans(const TrigDecision_p2 *persObj, TrigDecision *transObj, MsgStream &log) const override
Definition
TrigDecisionCnv_p2.cxx:36
TrigDec::TrigDecision_p2
Definition
TrigDecision_p2.h:41
TrigDec::TrigDecision
The TrigDecision is an object which merges trigger informations from various levels.
Definition
Trigger/TrigEvent/TrigDecisionEvent/TrigDecisionEvent/TrigDecision.h:47
TrigDec
Definition
ITrigDecisionCnvTool.h:18
Generated on
for ATLAS Offline Software by
1.17.0