ATLAS Offline Software
Loading...
Searching...
No Matches
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:
15
26
27 friend class CTP_DecisionCnv_p2;
28
29public:
31
32protected:
33 std::vector<UInt_t> m_CTPResultWord;
34
36
37 std::vector< std::string > m_items;
38
39}; // class CTP_Decision_p2
40
42 : m_triggerTypeWord( 0 ), m_items( 0 ) {
43 m_CTPResultWord.reserve(8);
44}
45
46#endif // ANALYSISTRIGGEREVENTTPCNV_CTP_DECISION_P2_H
T/P converter for CTP_Decision and CTP_Decision_p2.
friend class CTP_DecisionCnv_p2
std::vector< UInt_t > m_CTPResultWord
std::vector< std::string > m_items