コード例 #1
0
ファイル: gardener.py プロジェクト: parbol/LatinoAnalysis
    # 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
ファイル: gardener.py プロジェクト: latinos/LatinoAnalysis
# 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()
    modules['l1selfiller']     = L1SelFiller()
    modules['lepSel']          = LeptonSel()
    modules['cleanTau']        = TauCleaning()

# update kinematic variables
    modules['l2kinfiller']     = L2KinFiller()
    modules['l3kinfiller']     = L3KinFiller()
    modules['l4kinfiller']     = L4KinFiller()