![]() |
|
|||
File indexing completed on 2023-05-05 02:46:53
0001 import FWCore.ParameterSet.Config as cms 0002 0003 hltHcalSimpleRecHitFilter = cms.EDFilter('HLTHcalSimpleRecHitFilter', 0004 saveTags = cms.bool(True), 0005 HFRecHitCollection = cms.InputTag('hltHfreco'), 0006 threshold = cms.double(3), 0007 minNHitsNeg = cms.int32(1), 0008 minNHitsPos = cms.int32(1), 0009 doCoincidence = cms.bool(True), 0010 maskedChannels = cms.vuint32(), 0011 mightGet = cms.optional.untracked.vstring 0012 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |