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
EventFilter
SiStripChannelChargeFilter
interface
MTCCHLTrigger.h
Go to the documentation of this file.
1
#ifndef MTCCHLTrigger_H
2
#define MTCCHLTrigger_H
3
4
#include "
FWCore/Framework/interface/stream/EDFilter.h
"
5
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
6
#include "
FWCore/Framework/interface/Event.h
"
7
#include "
FWCore/Framework/interface/EventSetup.h
"
8
9
namespace
cms
{
10
class
MTCCHLTrigger
:
public
edm::stream::EDFilter
<> {
11
public
:
12
MTCCHLTrigger
(
const
edm::ParameterSet
& ps);
13
~MTCCHLTrigger
()
override
=
default
;
14
15
bool
filter
(
edm::Event
&
e
,
edm::EventSetup
const
&
c
)
override
;
16
17
private
:
18
bool
selOnDigiCharge
;
19
unsigned
int
ChargeThreshold
;
20
std::string
clusterProducer
;
21
};
22
}
// namespace cms
23
#endif
EDFilter.h
cms::MTCCHLTrigger::ChargeThreshold
unsigned int ChargeThreshold
Definition:
MTCCHLTrigger.h:19
Event.h
cms::MTCCHLTrigger
Definition:
MTCCHLTrigger.h:10
EventSetup.h
cms::MTCCHLTrigger::MTCCHLTrigger
MTCCHLTrigger(const edm::ParameterSet &ps)
Definition:
MTCCHLTrigger.cc:8
cms::MTCCHLTrigger::clusterProducer
std::string clusterProducer
Definition:
MTCCHLTrigger.h:20
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
cms::MTCCHLTrigger::filter
bool filter(edm::Event &e, edm::EventSetup const &c) override
Definition:
MTCCHLTrigger.cc:16
HltBtagPostValidation_cff.c
c
Definition:
HltBtagPostValidation_cff.py:31
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
ParameterSet.h
cms::MTCCHLTrigger::selOnDigiCharge
bool selOnDigiCharge
Definition:
MTCCHLTrigger.h:18
cms::MTCCHLTrigger::~MTCCHLTrigger
~MTCCHLTrigger() override=default
edm::EventSetup
Definition:
EventSetup.h:56
cms
Namespace of DDCMS conversion namespace.
Definition:
ProducerAnalyzer.cc:41
edm::stream::EDFilter
Definition:
EDFilter.h:36
edm::ParameterSet
Definition:
ParameterSet.h:47
edm::Event
Definition:
Event.h:73
Generated for CMSSW Reference Manual by
1.8.14