modules['rootweighter'] = RootWeighter() #modules['wwfilter'] = WWPruner() #modules['wwflagger'] = WWFlagsGrafter() modules['puadder'] = PUpper() modules['effwfiller'] = EffLepFiller() modules['efftfiller'] = EffTrgFiller() # specific variables for MC modules['mcweightsfiller'] = mcWeightsFiller() # new variables modules['ww2jvarfiller'] = WW2jVarFiller() modules['wwvarfiller'] = WWVarFiller() modules['electronidfiller'] = ElectronsVarFiller() modules['dmvarfiller'] = DMVarFiller() modules['xwwvarfiller'] = XWWVarFiller() modules['dymvaVarFiller'] = DymvaVarFiller() # add nll re-weight for ww modules['wwNLLcorrections'] = wwNLLcorrectionWeightFiller() # generic tool modules['tlorentzvectorfiller'] = TLorentzVectorCreator() # apply selections and update variables modules['l2selfiller'] = L2SelFiller() gardener_cli( modules )
modules['dymvaVarFiller'] = DymvaVarFiller() modules['dymvaHiggsFiller'] = DymvaHiggsFiller() # Charge Flip modules['chFlipProba'] = chargeFlipWeight() # mucca modules['muccaMvaVarFiller'] = MuccaMvaVarFiller() modules['muccaMonoHVarFiller'] = MuccaMonoHVarFiller() modules['muccaMonoHFullVarFiller'] = MuccaMonoHFullVarFiller() # mrWW modules['mrWWvarfiller'] = MrWWVarFiller() # add nll re-weight for ww modules['wwNLLcorrections'] = wwNLLcorrectionWeightFiller() # add ewk re-weight for ww modules['wwEWKcorrections'] = qq2vvEWKcorrectionsWeightFiller() # add ewk re-weight for wz and zz modules['wzEWKcorrections'] = qq2wzEWKcorrectionsWeightFiller() modules['zzEWKcorrections'] = qq2zzEWKcorrectionsWeightFiller() # add bpog SF modules['btagPogScaleFactors'] = btagPogScaleFactors() modules['allBtagPogScaleFactors'] = allBtagPogScaleFactors() modules['allBtagPogScaleFactorsICHEP'] = allBtagPogScaleFactorsICHEP() # generic tool modules['tlorentzvectorfiller'] = TLorentzVectorCreator()