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
RecoLocalTracker
SiStripRecHitConverter
plugins
SiStripRecHitConverter.h
Go to the documentation of this file.
1
#ifndef SiStripRecHitConverter_h
2
#define SiStripRecHitConverter_h
3
4
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
5
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
6
#include "
RecoLocalTracker/SiStripRecHitConverter/interface/SiStripRecHitConverterAlgorithm.h
"
7
8
class
SiStripRecHitConverter
:
public
edm::stream::EDProducer
<> {
9
public
:
10
explicit
SiStripRecHitConverter
(
const
edm::ParameterSet
&);
11
void
produce
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
12
13
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
14
15
private
:
16
SiStripRecHitConverterAlgorithm
recHitConverterAlgorithm
;
17
std::string
matchedRecHitsTag
,
rphiRecHitsTag
,
stereoRecHitsTag
;
18
edm::EDGetTokenT<edmNew::DetSetVector<SiStripCluster>
>
clusterProducer
;
19
bool
doMatching
;
20
};
21
#endif
SiStripRecHitConverter::SiStripRecHitConverter
SiStripRecHitConverter(const edm::ParameterSet &)
Definition:
SiStripRecHitConverter.cc:7
edm::EDGetTokenT
Definition:
EDGetToken.h:33
SiStripRecHitConverter::clusterProducer
edm::EDGetTokenT< edmNew::DetSetVector< SiStripCluster > > clusterProducer
Definition:
SiStripRecHitConverter.h:18
EDProducer.h
SiStripRecHitConverterAlgorithm.h
SiStripRecHitConverter::stereoRecHitsTag
std::string stereoRecHitsTag
Definition:
SiStripRecHitConverter.h:17
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
SiStripRecHitConverter::recHitConverterAlgorithm
SiStripRecHitConverterAlgorithm recHitConverterAlgorithm
Definition:
SiStripRecHitConverter.h:16
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::stream::EDProducer
Definition:
EDProducer.h:38
edm::EventSetup
Definition:
EventSetup.h:57
SiStripRecHitConverter
Definition:
SiStripRecHitConverter.h:8
SiStripRecHitConverter::matchedRecHitsTag
std::string matchedRecHitsTag
Definition:
SiStripRecHitConverter.h:17
ParameterSet.h
edm::Event
Definition:
Event.h:73
SiStripRecHitConverter::rphiRecHitsTag
std::string rphiRecHitsTag
Definition:
SiStripRecHitConverter.h:17
SiStripRecHitConverter::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition:
SiStripRecHitConverter.cc:40
SiStripRecHitConverterAlgorithm
Definition:
SiStripRecHitConverterAlgorithm.h:25
SiStripRecHitConverter::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition:
SiStripRecHitConverter.cc:25
SiStripRecHitConverter::doMatching
bool doMatching
Definition:
SiStripRecHitConverter.h:19
Generated for CMSSW Reference Manual by
1.8.16