RecoLocalMuon
GEMRecHit
python
gemRecHits_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# masking is off by default - turn on with 'applyMasking'
4
# default masking uses DB, to use txt file, set maskFile or deadFile to the relative path of file
5
6
from
RecoLocalMuon.GEMRecHit.gemRecHitsDef_cfi
import
*
7
gemRecHits = gemRecHitsDef.clone(
8
#applyMasking = False,
9
#maskFile = cms.FileInPath("RecoLocalMuon/GEMRecHit/data/maskedStrips.txt"),
10
#deadFile = cms.FileInPath("RecoLocalMuon/GEMRecHit/data/deadStrips.txt")
11
)
gemRecHitsDef_cfi
Generated for CMSSW Reference Manual by
1.8.16