ATLAS Offline Software
PhysicsAnalysis
AnalysisTrigger
AnalysisTriggerEventTPCnv
AnalysisTriggerEventTPCnv
CTP_Decision_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_DECISION_P2_H
6
#define ANALYSISTRIGGEREVENTTPCNV_CTP_DECISION_P2_H
7
8
// Needed includes:
9
#include <vector>
10
#include <string>
11
#include <Rtypes.h>
12
13
// Forward declaration of converter:
14
class
CTP_DecisionCnv_p2
;
15
25
class
CTP_Decision_p2
{
26
27
friend
class
CTP_DecisionCnv_p2
;
28
29
public
:
30
CTP_Decision_p2
();
31
32
protected
:
33
std::vector<UInt_t>
m_CTPResultWord
;
34
35
UInt_t
m_triggerTypeWord
;
36
37
std::vector< std::string >
m_items
;
38
39
};
// class CTP_Decision_p2
40
41
inline
CTP_Decision_p2::CTP_Decision_p2
()
42
: m_triggerTypeWord( 0 ), m_items( 0 ) {
43
m_CTPResultWord
.reserve(8);
44
}
45
46
#endif // ANALYSISTRIGGEREVENTTPCNV_CTP_DECISION_P2_H
CTP_Decision_p2::m_items
std::vector< std::string > m_items
Definition:
CTP_Decision_p2.h:37
CTP_DecisionCnv_p2
T/P converter for CTP_Decision and CTP_Decision_p2.
Definition:
CTP_DecisionCnv_p2.h:29
CTP_Decision_p2::m_triggerTypeWord
UInt_t m_triggerTypeWord
Definition:
CTP_Decision_p2.h:35
CTP_Decision_p2::CTP_Decision_p2
CTP_Decision_p2()
Definition:
CTP_Decision_p2.h:41
CTP_Decision_p2
Persistent representation of CTP_Decision.
Definition:
CTP_Decision_p2.h:25
CTP_Decision_p2::m_CTPResultWord
std::vector< UInt_t > m_CTPResultWord
Definition:
CTP_Decision_p2.h:33
Generated on Fri Jan 10 2025 21:08:51 for ATLAS Offline Software by
1.8.18