Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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:59
ConfigurationDescriptions
edm::global::EDFilter
Definition:
EDFilter.h:32
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.5