Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
HLTrigger
HLTfilters
plugins
HLTBool.h
Go to the documentation of this file.
1
#ifndef HLTBool_h
2
#define HLTBool_h
3
15
#include "
FWCore/Framework/interface/Event.h
"
16
#include "
FWCore/Framework/interface/global/EDFilter.h
"
17
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
18
19
namespace
edm
{
20
class
ConfigurationDescriptions
;
21
}
22
23
//
24
// class declaration
25
//
26
27
class
HLTBool
:
public
edm::global::EDFilter
<> {
28
public
:
29
explicit
HLTBool
(
const
edm::ParameterSet
&);
30
~HLTBool
()
override
;
31
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
&descriptions);
32
bool
filter
(
edm::StreamID
,
edm::Event
&,
edm::EventSetup
const
&)
const
final
;
33
34
private
:
36
bool
result_
;
37
};
38
39
#endif //HLTBool_h
edm::StreamID
Definition:
StreamID.h:30
Event.h
HLTBool
Definition:
HLTBool.h:27
EDFilter.h
ParameterSet.h
HLTBool::HLTBool
HLTBool(const edm::ParameterSet &)
Definition:
HLTBool.cc:18
HLTBool::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition:
HLTBool.cc:24
edm::EventSetup
Definition:
EventSetup.h:56
ConfigurationDescriptions
edm::global::EDFilter
Definition:
EDFilter.h:32
edm
HLT enums.
Definition:
AlignableModifier.h:19
HLTBool::result_
bool result_
boolean result
Definition:
HLTBool.h:36
edm::ParameterSet
Definition:
ParameterSet.h:47
HLTBool::~HLTBool
~HLTBool() override
edm::Event
Definition:
Event.h:73
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
HLTBool::filter
bool filter(edm::StreamID, edm::Event &, edm::EventSetup const &) const final
Definition:
HLTBool.cc:35
Generated for CMSSW Reference Manual by
1.8.14