Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:19:27

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 # UL 2018 MC corrections
0004 multPhiCorr_ULMC2018 = cms.VPSet(
0005     cms.PSet(
0006       name=cms.string("ULMC2018"),
0007       type=cms.int32(0),
0008       varType=cms.int32(3),
0009       etaMin=cms.double(-9.9),
0010       etaMax=cms.double(9.9),
0011       fx=cms.string("((x*[0])+[1])"),
0012       px=cms.vdouble(0.183518,0.546754),
0013       fy=cms.string("((x*[0])+[1])"),
0014       py=cms.vdouble(0.192263,-0.42121),
0015     ),
0016 )
0017 
0018 # UL 2017 MC corrections
0019 multPhiCorr_ULMC2017 = cms.VPSet(
0020     cms.PSet(
0021       name=cms.string("ULMC2017"),
0022       type=cms.int32(0),
0023       varType=cms.int32(3),
0024       etaMin=cms.double(-9.9),
0025       etaMax=cms.double(9.9),
0026       fx=cms.string("((x*[0])+[1])"),
0027       px=cms.vdouble(-0.300155,1.90608),
0028       fy=cms.string("((x*[0])+[1])"),
0029       py=cms.vdouble(0.300213,-2.02232),
0030     ),
0031 )
0032 
0033 # UL 2016preVFP MC corrections
0034 multPhiCorr_ULMC2016preVFP = cms.VPSet(
0035     cms.PSet(
0036       name=cms.string("ULMC2016preVFP"),
0037       type=cms.int32(0),
0038       varType=cms.int32(3),
0039       etaMin=cms.double(-9.9),
0040       etaMax=cms.double(9.9),
0041       fx=cms.string("((x*[0])+[1])"),
0042       px=cms.vdouble(-0.188743,0.136539),
0043       fy=cms.string("((x*[0])+[1])"),
0044       py=cms.vdouble(0.0127927,0.117747),
0045     ),
0046 )
0047 
0048 # UL 2016postVFP MC corrections
0049 multPhiCorr_ULMC2016postVFP = cms.VPSet(
0050     cms.PSet(
0051       name=cms.string("ULMC2016postVFP"),
0052       type=cms.int32(0),
0053       varType=cms.int32(3),
0054       etaMin=cms.double(-9.9),
0055       etaMax=cms.double(9.9),
0056       fx=cms.string("((x*[0])+[1])"),
0057       px=cms.vdouble(-0.153497,-0.231751),
0058       fy=cms.string("((x*[0])+[1])"),
0059       py=cms.vdouble(0.00731978,0.243323),
0060     ),
0061 )