Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:22:18

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from L1TriggerConfig.L1GtConfigProducers.l1GtPrescaleFactorsAlgoTrig_cfi import *
0004 l1GtPrescaleFactorsAlgoTrig.PrescaleFactorsSet = cms.VPSet(cms.PSet(
0005     PrescaleFactors = cms.vint32(1, 1, 1, 1, 1, 
0006         1, 1, 1, 1, 1, 
0007         1, 1, 1, 1, 1, 
0008         1, 1, 1, 1, 1, 
0009         1, 1, 1, 1, 1, 
0010         1, 1, 1, 1, 1, 
0011         1, 1, 1, 1, 1, 
0012         1, 1, 1, 1, 1, 
0013         1, 1, 1, 1, 1, 
0014         1, 1, 1, 1, 1, 
0015         1, 1, 1, 1, 1, 
0016         1, 1, 1, 1, 1, 
0017         1, 1, 1, 1, 1, 
0018         1, 1, 1, 1, 1, 
0019         1, 1, 1, 1, 1, 
0020         1, 1, 1, 1, 1, 
0021         1, 1, 1, 1, 1, 
0022         1, 1, 1, 1, 1, 
0023         1, 1, 1, 1, 1, 
0024         1, 1, 1, 1, 1, 
0025         1, 1, 1, 1, 1, 
0026         1, 1, 1, 1, 1, 
0027         1, 1, 1, 1, 1, 
0028         1, 1, 1, 1, 1, 
0029         1, 1, 1, 1, 1, 
0030         1, 1, 1)
0031 ))
0032