Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-02-07 14:23:57

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 l1tGlobalPrescalerTargetColumn = cms.EDFilter('L1TGlobalPrescaler',
0004   l1tResults = cms.InputTag('gtStage2Digis'),
0005   mode = cms.string('applyColumnRatios'),
0006   l1tPrescaleColumn = cms.uint32(0),
0007   mightGet = cms.optional.untracked.vstring
0008 )