Exemple #1
0
    # 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()

    # apply selections and update variables
    modules['l2selfiller'] = L2SelFiller()
    modules['l1selfiller'] = L1SelFiller()
    modules['lepSel'] = LeptonSel()
Exemple #2
0
    modules['muccaMonoHVarFiller']     = MuccaMonoHVarFiller()
    modules['muccaMonoHFullVarFiller'] = MuccaMonoHFullVarFiller()
    modules['muccaMonoHFullVarHighFiller'] = MuccaMonoHFullVarHighFiller()

# 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 rochester weight for muon pt 
    modules['rochester'] = rochester_corr()
    
# add bpog SF
    modules['btagPogScaleFactors']   = btagPogScaleFactors()
    modules['allBtagPogScaleFactors'] = allBtagPogScaleFactors()
    modules['allBtagPogScaleFactorsICHEP'] = allBtagPogScaleFactorsICHEP()

# generic tool
    modules['tlorentzvectorfiller']  = TLorentzVectorCreator()

# apply selections and update variables
    modules['l2selfiller']     = L2SelFiller()