Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoLocalMuon
Configuration
python
RecoLocalMuon_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#------------------------------------ DT ------------------------------------------------
4
# 1D RecHits
5
from
RecoLocalMuon.DTRecHit.dt1DRecHits_LinearDriftFromDB_cfi
import
*
6
# 2D Segments
7
from
RecoLocalMuon.DTSegment.dt2DSegments_MTPatternReco2D_LinearDriftFromDB_cfi
import
*
8
# 4D Segments
9
from
RecoLocalMuon.DTSegment.dt4DSegments_MTPatternReco4D_LinearDriftFromDB_cfi
import
*
10
# 4D segments with t0 correction
11
from
RecoLocalMuon.DTSegment.dt4DSegments_ApplyT0Correction_cfi
import
*
12
13
#------------------------------------ CSC -----------------------------------------------
14
# 2D RecHit
15
from
RecoLocalMuon.CSCRecHitD.cscRecHitD_cfi
import
*
16
# Segments
17
from
RecoLocalMuon.CSCSegment.cscSegments_cfi
import
*
18
from
CalibMuon.CSCCalibration.CSCChannelMapper_cfi
import
*
19
from
CalibMuon.CSCCalibration.CSCIndexer_cfi
import
*
20
21
#------------------------------------ RPC -----------------------------------------------
22
# 1D RecHits
23
from
RecoLocalMuon.RPCRecHit.rpcRecHits_cfi
import
*
24
25
#----------------------------------------------------------------------------------------
26
# DT sequence for the standard reconstruction chain
27
# The reconstruction of the 2D segments are not required for the 4D segments reconstruction, they are used
28
# only for debuging purpose and for specific studies
29
dtlocalreco = cms.Sequence(dt1DRecHits*dt4DSegments + dt1DCosmicRecHits*dt4DCosmicSegments)
30
# DT sequence with the 2D segment reconstruction
31
dtlocalreco_with_2DSegments = cms.Sequence(dt1DRecHits*dt2DSegments*dt4DSegments + dt1DCosmicRecHits*dt2DCosmicSegments*dt4DCosmicSegments)
32
# DT sequence with T0seg correction
33
# CSC sequence
34
csclocalreco = cms.Sequence(csc2DRecHits*cscSegments)
35
# DT, CSC and RPC together
36
muonlocalreco_with_2DSegments = cms.Sequence(dtlocalreco_with_2DSegments+csclocalreco+rpcRecHits)
37
# DT, CSC and RPC together (correct sequence for the standard path)
38
muonlocalreco = cms.Sequence(dtlocalreco+csclocalreco+rpcRecHits)
dt1DRecHits_LinearDriftFromDB_cfi
dt4DSegments_ApplyT0Correction_cfi
cscSegments_cfi
dt4DSegments_MTPatternReco4D_LinearDriftFromDB_cfi
CSCIndexer_cfi
cscRecHitD_cfi
rpcRecHits_cfi
dt2DSegments_MTPatternReco2D_LinearDriftFromDB_cfi
CSCChannelMapper_cfi
Generated for CMSSW Reference Manual by
1.8.5