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

    # update kinematic variables
    modules['l2kinfiller'] = L2KinFiller()
    modules['l3kinfiller'] = L3KinFiller()
    modules['l4kinfiller'] = L4KinFiller()
예제 #2
0
# 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()

# Nuisances
    modules['JESTreeMaker']           = JESTreeMaker()
    modules['LeppTScalerTreeMaker']   = LeppTScalerTreeMaker()