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
n
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
c
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
src
DPGAnalysis
Skims
interface
SelectHFMinBias.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: SelectHFMinBias
4
// Class: SelectHFMinBias
5
//
6
// Original Author: Luca Malgeri
7
8
#ifndef SelectHFMinBias_H
9
#define SelectHFMinBias_H
10
11
// system include files
12
#include <memory>
13
#include <vector>
14
#include <map>
15
#include <set>
16
17
// user include files
18
#include "
FWCore/Utilities/interface/InputTag.h
"
19
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
20
#include "
FWCore/Framework/interface/stream/EDFilter.h
"
21
#include "
FWCore/Framework/interface/Event.h
"
22
#include "
FWCore/Framework/interface/MakerMacros.h
"
23
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
24
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
25
26
//
27
// class declaration
28
//
29
30
class
SelectHFMinBias
:
public
edm::stream::EDFilter
<> {
31
public
:
32
explicit
SelectHFMinBias
(
const
edm::ParameterSet
&);
33
~SelectHFMinBias
()
override
;
34
35
private
:
36
bool
filter
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
37
};
38
39
#endif
EDFilter.h
SelectHFMinBias::SelectHFMinBias
SelectHFMinBias(const edm::ParameterSet &)
Definition:
SelectHFMinBias.cc:30
MessageLogger.h
Event.h
Frameworkfwd.h
ParameterSet.h
SelectHFMinBias::~SelectHFMinBias
~SelectHFMinBias() override
Definition:
SelectHFMinBias.cc:32
edm::EventSetup
Definition:
EventSetup.h:56
SelectHFMinBias::filter
bool filter(edm::Event &, const edm::EventSetup &) override
Definition:
SelectHFMinBias.cc:34
SelectHFMinBias
Definition:
SelectHFMinBias.h:30
InputTag.h
edm::stream::EDFilter
Definition:
EDFilter.h:36
edm::ParameterSet
Definition:
ParameterSet.h:48
edm::Event
Definition:
Event.h:73
MakerMacros.h
Generated for CMSSW Reference Manual by
1.8.14