Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
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/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::EDFilter
{
28
29
public
:
30
31
explicit
HLTBool
(
const
edm::ParameterSet
&);
32
~HLTBool
();
33
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
34
virtual
bool
filter
(
edm::Event
&,
const
edm::EventSetup
&);
35
36
private
:
37
39
bool
result_
;
40
41
};
42
43
#endif //HLTBool_h
Event.h
HLTBool
Definition:
HLTBool.h:27
ParameterSet.h
EDFilter.h
HLTBool::HLTBool
HLTBool(const edm::ParameterSet &)
Definition:
HLTBool.cc:19
HLTBool::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition:
HLTBool.cc:30
edm::EventSetup
Definition:
EventSetup.h:44
HLTBool::~HLTBool
~HLTBool()
Definition:
HLTBool.cc:25
edm::EDFilter
Definition:
EDFilter.h:35
ConfigurationDescriptions
HLTBool::result_
bool result_
Boolean result.
Definition:
HLTBool.h:39
edm::ParameterSet
Definition:
ParameterSet.h:35
edm::Event
Definition:
Event.h:59
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:27
HLTBool::filter
virtual bool filter(edm::Event &, const edm::EventSetup &)
Definition:
HLTBool.cc:42
Generated for CMSSW Reference Manual by
1.8.5