|
||||
File indexing completed on 2024-04-06 12:15:56
0001 import FWCore.ParameterSet.Config as cms 0002 0003 l1tPFPuppiHT400offMaxEta2p4 = cms.EDFilter("L1TEnergySumFilter", 0004 MinPt = cms.double(400.0), 0005 Scalings = cms.PSet( 0006 theScalings = cms.vdouble(50.0182, 1.0961, 0) 0007 ), 0008 TypeOfSum = cms.string('HT'), 0009 inputTag = cms.InputTag("l1tPhase1JetSumsProducer9x9trimmed","Sums") 0010 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |