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
RecoLocalMuon
CSCSegment
python
cscSegments_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
RecoLocalMuon.CSCSegment.CSCSegmentAlgorithmSK_cfi
import
*
4
from
RecoLocalMuon.CSCSegment.CSCSegmentAlgorithmTC_cfi
import
*
5
from
RecoLocalMuon.CSCSegment.CSCSegmentAlgorithmDF_cfi
import
*
6
from
RecoLocalMuon.CSCSegment.CSCSegmentAlgorithmST_cfi
import
*
7
from
RecoLocalMuon.CSCSegment.CSCSegmentAlgorithmRU_cfi
import
*
8
9
cscSegments = cms.EDProducer(
"CSCSegmentProducer"
,
10
# Define input
11
inputObjects = cms.InputTag(
"csc2DRecHits"
),
12
# Choice of the building algo: 1 SK, 2 TC, 3 DF, 4 ST, 5 RU, ...
13
algo_type = cms.int32(5),
14
# std::vector<edm::ParameterSet>
15
algo_psets = cms.VPSet(
16
cms.PSet(
17
CSCSegAlgoSK
18
),
19
cms.PSet(
20
CSCSegAlgoTC
21
),
22
cms.PSet(
23
CSCSegAlgoDF
24
),
25
cms.PSet(
26
CSCSegAlgoST
27
),
28
cms.PSet(
29
CSCSegAlgoRU
30
)
31
32
)
33
)
34
35
CSCSegmentAlgorithmTC_cfi
CSCSegmentAlgorithmRU_cfi
CSCSegmentAlgorithmSK_cfi
CSCSegmentAlgorithmST_cfi
CSCSegmentAlgorithmDF_cfi
Generated for CMSSW Reference Manual by
1.8.14