Main Page
Namespaces
Classes
Package Documentation
HLTrigger
HLTfilters
interface
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
();
31
static
void
fillDescriptions(
edm::ConfigurationDescriptions
& descriptions);
32
virtual
bool
filter
(
edm::StreamID
,
edm::Event
&,
edm::EventSetup
const
&)
const
override
final
;
33
34
private
:
35
37
bool
result_
;
38
39
};
40
41
#endif //HLTBool_h
edm::StreamID
Definition:
StreamID.h:30
Event.h
HLTBool
Definition:
HLTBool.h:27
EDFilter.h
ParameterSet.h
edm::EventSetup
Definition:
EventSetup.h:44
ConfigurationDescriptions
ALCARECOTkAlBeamHalo_cff.filter
filter
Definition:
ALCARECOTkAlBeamHalo_cff.py:27
edm::global::EDFilter
Definition:
EDFilter.h:32
edm
HLT enums.
Definition:
AlignableModifier.h:17
HLTBool::result_
bool result_
boolean result
Definition:
HLTBool.h:37
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:66
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
Generated for CMSSW Reference Manual by
1.8.11