CMS 3D CMS Logo

hltGemRecHits_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltGemRecHits = cms.EDProducer("GEMRecHitProducer",
4  applyMasking = cms.bool(False),
5  deadFile = cms.optional.FileInPath,
6  gemDigiLabel = cms.InputTag("simMuonGEMDigis"),
7  maskFile = cms.optional.FileInPath,
8  mightGet = cms.optional.untracked.vstring,
9  recAlgo = cms.string('GEMRecHitStandardAlgo'),
10  recAlgoConfig = cms.PSet(
11 
12  )
13 )