|
||||
File indexing completed on 2024-04-06 12:06:37
0001 import FWCore.ParameterSet.Config as cms 0002 0003 largeSiStripClusterEvents = cms.EDFilter('LargeSiStripClusterEvents', 0004 collectionName = cms.InputTag("siStripClusters"), 0005 absoluteThreshold = cms.untracked.int32(300), 0006 moduleThreshold = cms.untracked.int32(20), 0007 useQuality = cms.untracked.bool(False), 0008 qualityLabel = cms.untracked.string("") 0009 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |