Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
HLTrigger
HLTfilters
interface
HLTBool.h
Go to the documentation of this file.
1
#ifndef HLTBool_h
2
#define HLTBool_h
3
17
#include "
FWCore/Framework/interface/Event.h
"
18
#include "
FWCore/Framework/interface/EDFilter.h
"
19
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
20
21
namespace
edm {
22
class
ConfigurationDescriptions
;
23
}
24
25
//
26
// class declaration
27
//
28
29
class
HLTBool
:
public
edm::EDFilter
{
30
31
public
:
32
33
explicit
HLTBool
(
const
edm::ParameterSet
&);
34
~HLTBool
();
35
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
36
virtual
bool
filter
(
edm::Event
&,
const
edm::EventSetup
&);
37
38
private
:
39
41
bool
result_
;
42
43
};
44
45
#endif //HLTBool_h
Event.h
HLTBool
Definition:
HLTBool.h:29
ParameterSet.h
EDFilter.h
HLTBool::HLTBool
HLTBool(const edm::ParameterSet &)
Definition:
HLTBool.cc:21
HLTBool::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition:
HLTBool.cc:32
edm::EventSetup
Definition:
EventSetup.h:44
HLTBool::~HLTBool
~HLTBool()
Definition:
HLTBool.cc:27
edm::EDFilter
Definition:
EDFilter.h:24
ConfigurationDescriptions
HLTBool::result_
bool result_
Boolean result.
Definition:
HLTBool.h:41
edm::ParameterSet
Definition:
ParameterSet.h:35
edm::Event
Definition:
Event.h:50
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:27
HLTBool::filter
virtual bool filter(edm::Event &, const edm::EventSetup &)
Definition:
HLTBool.cc:44
Generated for CMSSW Reference Manual by
1.8.5