Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
RecoLocalMuon
DTSegment
python
dt4DSegments_RefitAndCombine_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# Module for 4D rechit building
4
# The block of the reconstruction algo
5
from
RecoLocalMuon.DTSegment.DTRefitAndCombineReco4DAlgo_cfi
import
*
6
dt4DSegments = cms.EDProducer(
"DTRecSegment4DProducer"
,
7
# The reconstruction algo and its parameter set
8
DTRefitAndCombineReco4DAlgo,
9
# debuggin opt
10
debug = cms.untracked.bool(
False
),
11
# name of the rechit 2D collection in the event
12
recHits1DLabel = cms.InputTag(
"dt1DRecHits"
),
13
# name of the rechit 2D collection in the event
14
recHits2DLabel = cms.InputTag(
"dt2DSegments"
)
15
)
16
17
Config
DTRefitAndCombineReco4DAlgo_cfi
Generated for CMSSW Reference Manual by
1.8.5