Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-09-26 05:06:09

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 def L1GTPrescaler(*args, **kwargs):
0004   mod = cms.EDFilter('L1GTPrescaler',
0005     l1Results = cms.InputTag('gtDigis'),
0006     l1AlgoPrescales = cms.vdouble(
0007       1,
0008       1,
0009       1,
0010       1,
0011       1,
0012       1,
0013       1,
0014       1,
0015       1,
0016       1,
0017       1,
0018       1,
0019       1,
0020       1,
0021       1,
0022       1,
0023       1,
0024       1,
0025       1,
0026       1,
0027       1,
0028       1,
0029       1,
0030       1,
0031       1,
0032       1,
0033       1,
0034       1,
0035       1,
0036       1,
0037       1,
0038       1,
0039       1,
0040       1,
0041       1,
0042       1,
0043       1,
0044       1,
0045       1,
0046       1,
0047       1,
0048       1,
0049       1,
0050       1,
0051       1,
0052       1,
0053       1,
0054       1,
0055       1,
0056       1,
0057       1,
0058       1,
0059       1,
0060       1,
0061       1,
0062       1,
0063       1,
0064       1,
0065       1,
0066       1,
0067       1,
0068       1,
0069       1,
0070       1,
0071       1,
0072       1,
0073       1,
0074       1,
0075       1,
0076       1,
0077       1,
0078       1,
0079       1,
0080       1,
0081       1,
0082       1,
0083       1,
0084       1,
0085       1,
0086       1,
0087       1,
0088       1,
0089       1,
0090       1,
0091       1,
0092       1,
0093       1,
0094       1,
0095       1,
0096       1,
0097       1,
0098       1,
0099       1,
0100       1,
0101       1,
0102       1,
0103       1,
0104       1,
0105       1,
0106       1,
0107       1,
0108       1,
0109       1,
0110       1,
0111       1,
0112       1,
0113       1,
0114       1,
0115       1,
0116       1,
0117       1,
0118       1,
0119       1,
0120       1,
0121       1,
0122       1,
0123       1,
0124       1,
0125       1,
0126       1,
0127       1,
0128       1,
0129       1,
0130       1,
0131       1,
0132       1,
0133       1,
0134       1
0135     ),
0136     l1TechPrescales = cms.vdouble(
0137       1,
0138       1,
0139       1,
0140       1,
0141       1,
0142       1,
0143       1,
0144       1,
0145       1,
0146       1,
0147       1,
0148       1,
0149       1,
0150       1,
0151       1,
0152       1,
0153       1,
0154       1,
0155       1,
0156       1,
0157       1,
0158       1,
0159       1,
0160       1,
0161       1,
0162       1,
0163       1,
0164       1,
0165       1,
0166       1,
0167       1,
0168       1,
0169       1,
0170       1,
0171       1,
0172       1,
0173       1,
0174       1,
0175       1,
0176       1,
0177       1,
0178       1,
0179       1,
0180       1,
0181       1,
0182       1,
0183       1,
0184       1,
0185       1,
0186       1,
0187       1,
0188       1,
0189       1,
0190       1,
0191       1,
0192       1,
0193       1,
0194       1,
0195       1,
0196       1,
0197       1,
0198       1,
0199       1,
0200       1
0201     ),
0202     mightGet = cms.optional.untracked.vstring
0203   )
0204   for a in args:
0205     mod.update_(a)
0206   mod.update_(kwargs)
0207   return mod