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
BeamSplash.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: BeamSplash
4
// Class: BeamSplash
5
//
6
// Original Author: Luca Malgeri
7
8
#ifndef BeamSplash_H
9
#define BeamSplash_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/Framework/interface/ESHandle.h
"
25
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
26
27
//
28
// class declaration
29
//
30
31
class
BeamSplash
:
public
edm::stream::EDFilter
<> {
32
public
:
33
explicit
BeamSplash
(
const
edm::ParameterSet
&);
34
~BeamSplash
()
override
;
35
36
private
:
37
bool
filter
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
38
39
edm::InputTag
EBRecHitCollection_
;
40
edm::InputTag
EERecHitCollection_
;
41
edm::InputTag
HBHERecHitCollection_
;
42
double
EnergyCutTot
;
43
double
EnergyCutEcal
;
44
double
EnergyCutHcal
;
45
bool
applyfilter
;
46
};
47
48
#endif
EDFilter.h
BeamSplash::HBHERecHitCollection_
edm::InputTag HBHERecHitCollection_
Definition:
BeamSplash.h:41
MessageLogger.h
Event.h
BeamSplash::EnergyCutEcal
double EnergyCutEcal
Definition:
BeamSplash.h:43
Frameworkfwd.h
ParameterSet.h
BeamSplash::filter
bool filter(edm::Event &, const edm::EventSetup &) override
Definition:
BeamSplash.cc:48
BeamSplash::BeamSplash
BeamSplash(const edm::ParameterSet &)
Definition:
BeamSplash.cc:35
BeamSplash::EnergyCutHcal
double EnergyCutHcal
Definition:
BeamSplash.h:44
ESHandle.h
edm::EventSetup
Definition:
EventSetup.h:56
BeamSplash::EERecHitCollection_
edm::InputTag EERecHitCollection_
Definition:
BeamSplash.h:40
BeamSplash::EnergyCutTot
double EnergyCutTot
Definition:
BeamSplash.h:42
BeamSplash::~BeamSplash
~BeamSplash() override
Definition:
BeamSplash.cc:46
BeamSplash
Definition:
BeamSplash.h:31
edm::InputTag
Definition:
InputTag.h:15
InputTag.h
BeamSplash::applyfilter
bool applyfilter
Definition:
BeamSplash.h:45
edm::stream::EDFilter
Definition:
EDFilter.h:36
edm::ParameterSet
Definition:
ParameterSet.h:47
edm::Event
Definition:
Event.h:73
MakerMacros.h
BeamSplash::EBRecHitCollection_
edm::InputTag EBRecHitCollection_
Definition:
BeamSplash.h:39
Generated for CMSSW Reference Manual by
1.8.14