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
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
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
CommonTools
UtilAlgos
interface
EventSelectorBase.h
Go to the documentation of this file.
1
#ifndef CommonTools_UtilAlgos_EventSelectorBase_h
2
#define CommonTools_UtilAlgos_EventSelectorBase_h
3
16
#include "
FWCore/Framework/interface/Event.h
"
17
#include "
FWCore/Framework/interface/EventSetup.h
"
18
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
19
20
class
EventSelectorBase
{
21
public
:
22
// constructor
23
explicit
EventSelectorBase
() {}
24
25
// destructor
26
virtual
~EventSelectorBase
() {}
27
28
// function implementing actual cut
29
// ( return value = true : event passes cut
30
// false : event fails cut )
31
virtual
bool
operator()
(
edm::Event
&,
const
edm::EventSetup
&)
const
= 0;
32
};
33
34
#include "
FWCore/PluginManager/interface/PluginFactory.h
"
35
36
typedef
edmplugin::PluginFactory
<
EventSelectorBase
*(
const
edm::ParameterSet
&)>
EventSelectorPluginFactory
;
37
38
#endif
PluginFactory.h
EventSelectorBase::operator()
virtual bool operator()(edm::Event &, const edm::EventSetup &) const =0
edm::ParameterSet
Definition:
ParameterSet.h:47
Event.h
EventSelectorBase::EventSelectorBase
EventSelectorBase()
Definition:
EventSelectorBase.h:23
edmplugin::PluginFactory
Definition:
PluginFactory.h:34
edm::EventSetup
Definition:
EventSetup.h:58
EventSetup.h
ParameterSet.h
edm::Event
Definition:
Event.h:73
EventSelectorBase::~EventSelectorBase
virtual ~EventSelectorBase()
Definition:
EventSelectorBase.h:26
EventSelectorBase
Definition:
EventSelectorBase.h:20
Generated for CMSSW Reference Manual by
1.8.16