ATLAS Offline Software
Loading...
Searching...
No Matches
CTP_DecisionCnv.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#ifndef ANALYSISTRIGGEREVENTATHENAPOOL_CTP_DECISIONCNV_H
6#define ANALYSISTRIGGEREVENTATHENAPOOL_CTP_DECISIONCNV_H
7
8// Gaudi/Athena include(s):
10
11// AnalysisTrigger include(s):
13
14// Local include(s):
18
19// Define the latest persistent representation of CTP_Decision:
22
32
33 friend class CnvFactory< CTP_DecisionCnv >;
34
35protected:
36public:
37 CTP_DecisionCnv( ISvcLocator* svcloc ) : CTP_DecisionCnvBase( svcloc ) {}
38protected:
39
42
43private:
46
47}; // class CTP_DecisionCnv
48
49#endif // ANALYSISTRIGGEREVENTATHENAPOOL_CTP_DECISIONCNV_H
CTP_Decision_p2 CTP_Decision_PERS
T_AthenaPoolCustomCnv< CTP_Decision, CTP_Decision_PERS > CTP_DecisionCnvBase
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
T/P converter for CTP_Decision and CTP_Decision_p1.
T/P converter for CTP_Decision and CTP_Decision_p2.
virtual CTP_Decision * createTransient()
virtual CTP_Decision_PERS * createPersistent(CTP_Decision *transObj)
CTP_DecisionCnv_p1 m_converter_p1
CTP_DecisionCnv(ISvcLocator *svcloc)
CTP_DecisionCnv_p2 m_converter
Persistent representation of CTP_Decision.
Legacy data class representing the LVL1 CTP trigger decision.
Abstract factory to create the converter.