ATLAS Offline Software
Loading...
Searching...
No Matches
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:
15
27
28 friend class CTP_DecisionCnv_p1;
29
30public:
32
33protected:
34 UInt_t m_word0;
35 UInt_t m_word1;
36 UInt_t m_word2;
38
39 std::vector< std::string > m_items;
40
41}; // class CTP_Decision_p1
42
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
T/P converter for CTP_Decision and CTP_Decision_p1.
std::vector< std::string > m_items
friend class CTP_DecisionCnv_p1