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_Puppi_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.0214557,0.969428),
0013       fy=cms.string("((x*[0])+[1])"),
0014       py=cms.vdouble(0.0167134,0.199296),
0015     ),
0016 )
0017 
0018 # UL 2017 MC corrections
0019 multPhiCorr_Puppi_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.0102265,-0.446416),
0028       fy=cms.string("((x*[0])+[1])"),
0029       py=cms.vdouble(0.0198663,0.243182),
0030     ),
0031 )
0032 
0033 # UL 2016preVFP MC corrections
0034 multPhiCorr_Puppi_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.0058341,-0.395049),
0043       fy=cms.string("((x*[0])+[1])"),
0044       py=cms.vdouble(0.00971595,-0.101288),
0045     ),
0046 )
0047 
0048 # UL 2016postVFP MC corrections
0049 multPhiCorr_Puppi_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.0060447,-0.4183),
0058       fy=cms.string("((x*[0])+[1])"),
0059       py=cms.vdouble(0.008331,-0.0990046),
0060     ),
0061 )