ATLAS Offline Software
Loading...
Searching...
No Matches
CTP_DecisionCnv_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#ifndef ANALYSISTRIGGEREVENTTPCNV_CTP_DECISIONCNV_P2_H
6#define ANALYSISTRIGGEREVENTTPCNV_CTP_DECISIONCNV_P2_H
7
8// Gaudi/Athena include(s):
10
11// Trigger include(s):
13
14// Local include(s):
16
29class CTP_DecisionCnv_p2 : public T_AthenaPoolTPCnvBase< CTP_Decision, CTP_Decision_p2 > {
30
31public:
33
34 virtual void persToTrans( const CTP_Decision_p2* persObj, CTP_Decision* transObj, MsgStream &log );
35 virtual void transToPers( const CTP_Decision* transObj, CTP_Decision_p2* persObj, MsgStream &log );
36
37}; // class CTP_DecisionCnv_p2
38
39template<>
41 : public CTP_DecisionCnv_p2
42{
43public:
44};
45
46#endif // ANALYSISTRIGGEREVENTTPCNV_CTP_DECISIONCNV_P2_H
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void transToPers(const CTP_Decision *transObj, CTP_Decision_p2 *persObj, MsgStream &log)
virtual void persToTrans(const CTP_Decision_p2 *persObj, CTP_Decision *transObj, MsgStream &log)
Persistent representation of CTP_Decision.
Legacy data class representing the LVL1 CTP trigger decision.