ATLAS Offline Software
Loading...
Searching...
No Matches
JetET_ROI_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_JETET_ROI_P1_H
6#define ANALYSISTRIGGEREVENTTPCNV_JETET_ROI_P1_H
7
8// Needed includes:
9#include <vector>
10#include <string>
11#include <Rtypes.h>
12
13// Forward declaration of converter:
14class LVL1_ROICnv_p1;
15
27
28 friend class LVL1_ROICnv_p1;
29
30public:
32
33protected:
34 UInt_t m_roiWord;
35
36 std::vector< std::string > m_thresholds;
37
38}; // class JetET_ROI_p1
39
41 : m_roiWord( 0 ), m_thresholds( 0 ) {
42
43}
44
45#endif // ANALYSISTRIGGEREVENTTPCNV_JETET_ROI_P1_H
std::vector< std::string > m_thresholds
UInt_t m_roiWord
friend class LVL1_ROICnv_p1
T/P converter for LVL1_ROI and LVL1_ROI_p1.