ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigMonitoring
TrigJetMonitoring
src
L1MonitorAdaptors.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGJETMONITOR_L1MONITORADAPTORS_H
6
#define TRIGJETMONITOR_L1MONITORADAPTORS_H
7
8
#include "
xAODTrigger/jFexSRJetRoI.h
"
9
#include "
xAODTrigger/jFexLRJetRoI.h
"
10
#include "
xAODTrigger/gFexJetRoI.h
"
11
#include "
xAODTrigger/JetRoI.h
"
12
13
14
inline
bool
vetoJet
(
const
xAOD::jFexSRJetRoI
* j){
15
return
j->tobWord() == 0;
16
}
17
inline
float
et
(
const
xAOD::jFexSRJetRoI
* j){
18
return
j->et();
19
}
20
inline
std::string
et_label
(
const
xAOD::jFexSRJetRoI
*){
21
return
"et"
;
22
}
23
24
inline
bool
vetoJet
(
const
xAOD::jFexLRJetRoI
*){
25
return
false
;
26
}
27
inline
float
et
(
const
xAOD::jFexLRJetRoI
* j){
28
return
j->et();
29
}
30
inline
std::string
et_label
(
const
xAOD::jFexLRJetRoI
*){
31
return
"et"
;
32
}
33
34
35
inline
bool
vetoJet
(
const
xAOD::gFexJetRoI
*){
36
return
false
;
37
}
38
inline
float
et
(
const
xAOD::gFexJetRoI
* j){
39
return
j->et();
40
}
41
inline
std::string
et_label
(
const
xAOD::gFexJetRoI
*){
42
return
"et"
;
43
}
44
45
46
inline
bool
vetoJet
(
const
xAOD::JetRoI
*){
47
return
false
;
48
}
49
inline
float
et
(
const
xAOD::JetRoI
* j){
50
return
j->et8x8();
51
}
52
inline
std::string
et_label
(
const
xAOD::JetRoI
*){
53
return
"et8x8"
;
54
}
55
56
57
#endif
JetRoI.h
et_label
std::string et_label(const xAOD::jFexSRJetRoI *)
Definition
L1MonitorAdaptors.h:20
et
float et(const xAOD::jFexSRJetRoI *j)
Definition
L1MonitorAdaptors.h:17
vetoJet
bool vetoJet(const xAOD::jFexSRJetRoI *j)
Definition
L1MonitorAdaptors.h:14
gFexJetRoI.h
jFexLRJetRoI.h
jFexSRJetRoI.h
xAOD::gFexJetRoI
gFexJetRoI_v1 gFexJetRoI
Define the latest version of the gFexJetRoI class.
Definition
gFexJetRoI.h:16
xAOD::jFexLRJetRoI
jFexLRJetRoI_v1 jFexLRJetRoI
Define the latest version of the jFexLRJetRoI class.
Definition
jFexLRJetRoI.h:13
xAOD::JetRoI
JetRoI_v2 JetRoI
Definition
JetRoI.h:16
xAOD::jFexSRJetRoI
jFexSRJetRoI_v1 jFexSRJetRoI
Define the latest version of the jFexSRJetRoI class.
Definition
jFexSRJetRoI.h:14
Generated on
for ATLAS Offline Software by
1.17.0