ATLAS Offline Software
PhysicsAnalysis
AnalysisTrigger
AnalysisTriggerEventTPCnv
AnalysisTriggerEventTPCnv
CTP_Decision_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
#ifndef ANALYSISTRIGGEREVENTTPCNV_CTP_DECISION_P1_H
6
#define ANALYSISTRIGGEREVENTTPCNV_CTP_DECISION_P1_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_p1
;
15
26
class
CTP_Decision_p1
{
27
28
friend
class
CTP_DecisionCnv_p1
;
29
30
public
:
31
CTP_Decision_p1
();
32
33
protected
:
34
UInt_t
m_word0
;
35
UInt_t
m_word1
;
36
UInt_t
m_word2
;
37
UInt_t
m_triggerTypeWord
;
38
39
std::vector< std::string >
m_items
;
40
41
};
// class CTP_Decision_p1
42
43
inline
CTP_Decision_p1::CTP_Decision_p1
()
44
: m_word0( 0 ), m_word1( 0 ), m_word2( 0 ), m_triggerTypeWord( 0 ), m_items( 0 ) {
45
46
}
47
48
#endif // ANALYSISTRIGGEREVENTTPCNV_CTP_DECISION_P1_H
CTP_DecisionCnv_p1
T/P converter for CTP_Decision and CTP_Decision_p1.
Definition:
CTP_DecisionCnv_p1.h:29
CTP_Decision_p1::m_word1
UInt_t m_word1
Definition:
CTP_Decision_p1.h:35
CTP_Decision_p1::m_triggerTypeWord
UInt_t m_triggerTypeWord
Definition:
CTP_Decision_p1.h:37
CTP_Decision_p1::m_word0
UInt_t m_word0
Definition:
CTP_Decision_p1.h:34
CTP_Decision_p1::m_items
std::vector< std::string > m_items
Definition:
CTP_Decision_p1.h:39
CTP_Decision_p1
Persistent representation of CTP_Decision.
Definition:
CTP_Decision_p1.h:26
CTP_Decision_p1::CTP_Decision_p1
CTP_Decision_p1()
Definition:
CTP_Decision_p1.h:43
CTP_Decision_p1::m_word2
UInt_t m_word2
Definition:
CTP_Decision_p1.h:36
Generated on Sun Dec 22 2024 21:08:57 for ATLAS Offline Software by
1.8.18