|
||||
File indexing completed on 2024-04-06 12:15:54
0001 import FWCore.ParameterSet.Config as cms 0002 0003 hltGemRecHits = cms.EDProducer("GEMRecHitProducer", 0004 applyMasking = cms.bool(False), 0005 deadFile = cms.optional.FileInPath, 0006 gemDigiLabel = cms.InputTag("simMuonGEMDigis"), 0007 maskFile = cms.optional.FileInPath, 0008 mightGet = cms.optional.untracked.vstring, 0009 recAlgo = cms.string('GEMRecHitStandardAlgo'), 0010 recAlgoConfig = cms.PSet( 0011 0012 ) 0013 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |