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

    # apply selections and update variables
    modules['l2selfiller'] = L2SelFiller()
Exemple #2
0
    modules['electronidfiller'] = ElectronsVarFiller()
    modules['dmvarfiller']      = DMVarFiller()
    modules['xwwvarfiller']     = XWWVarFiller()
    modules['dymvaVarFiller']   = DymvaVarFiller()

# mucca
    modules['muccaMvaVarFiller']   = MuccaMvaVarFiller()

# mrWW
    modules['mrWWvarfiller']   = MrWWVarFiller()



# add nll re-weight for ww
    modules['wwNLLcorrections']      =  wwNLLcorrectionWeightFiller()
    modules['wwEWKcorrections']      =  qq2vvEWKcorrectionsWeightFiller()


# add bpog SF
    modules['btagPogScaleFactors']   = btagPogScaleFactors()

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

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


# update kinematic variables
    modules['l2kinfiller']     = L2KinFiller()