CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
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  )
12 
13 from Configuration.Eras.Modifier_phase2_GEM_cff import phase2_GEM
14 phase2_GEM.toModify(gemRecHits, gemDigiLabel = "simMuonGEMDigis")