|
||||
File indexing completed on 2024-04-06 12:06:37
0001 import FWCore.ParameterSet.Config as cms 0002 0003 byclustsummsipixelmulteventfilter = cms.EDFilter('ByClusterSummarySingleMultiplicityEventFilter', 0004 multiplicityConfig = cms.PSet( 0005 clusterSummaryCollection = cms.InputTag("clusterSummaryProducer"), 0006 subDetEnum = cms.int32(5), 0007 varEnum = cms.int32(0) 0008 ), 0009 cut = cms.string("mult > 300") 0010 ) 0011
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |