minPt=10 * GeV,
                               doCalib=False,
                               addJetQualityMoments=True,
                               writeMoments=True,
                               outputCollectionName='AntiKt5LCTopoNewJets')
        make_StandardJetGetter('AntiKt',
                               0.7,
                               'LCTopo',
                               doEMCut=False,
                               minPt=10 * GeV,
                               doCalib=False,
                               addJetQualityMoments=True,
                               writeMoments=True,
                               outputCollectionName='AntiKt7LCTopoNewJets')

    if QcdD3PDMakerFlags.doLCTopoCBJet():  # not default
        make_StandardJetGetter('AntiKt',
                               0.4,
                               'LCTopo',
                               precalibTools=[ConstMomTool],
                               doEMCut=False,
                               minPt=10 * GeV,
                               doCalib=True,
                               calibName="LC:CONST",
                               addJetQualityMoments=True,
                               writeMoments=True,
                               outputCollectionName='AntiKt4LCTopoCBJets')
        make_StandardJetGetter('AntiKt',
                               0.6,
                               'LCTopo',
                               precalibTools=[ConstMomTool],
Example #2
0
 my_alg4.jet_JetMomentForScale       = "LCJES"
 my_alg4.jet_RunSoftJetsTool         = False
 my_alg4.jet_SoftJetsPtCut           = 10.0*GeV
 my_alg4.jet_SoftJetsMaxPtCut        = 20.0*GeV
 my_alg4.jet_ApplySoftJetsScale      = "No"
 my_alg4.jet_calibType               ='LocHad'
 my_alg4.ele_calibType               ='RefCalib'
 my_alg4.gamma_calibType             ='EmScale'
 my_alg4.cellout_calibType           ='Eflow'
 my_alg4.tau_calibType               ='LocHad'
 my_alg4.cryo_ApplyCorrection        = "Off"
 my_alg4.muon_algorithm              = "Staco"
 my_alg4.muon_isolationAlg           = "dRJet"
 my_alg4()
 
 if QcdD3PDMakerFlags.doLCTopoCBJet():
     my_alg5 = make_METRefAlg(_suffix='_LCW_CB_eflow')
     my_alg5.jet_JetInputCollectionKey   ='AntiKt4LCTopoCBJets'
     my_alg5.jet_JetPtCut                = 20.0*GeV
     my_alg5.jet_ApplyJetScale           = "Yes"
     my_alg5.jet_UseJetMomentForScale    = True
     my_alg5.jet_JetMomentForScale       = "CONST"
     my_alg5.jet_RunSoftJetsTool         = True
     my_alg5.jet_SoftJetsPtCut           = 10.0*GeV
     my_alg5.jet_SoftJetsMaxPtCut        = 20.0*GeV
     my_alg5.jet_ApplySoftJetsScale      = "No"
     my_alg5.jet_calibType               ='LocHad'
     my_alg5.ele_calibType               ='RefCalib'
     my_alg5.gamma_calibType             ='EmScale'
     my_alg5.cellout_calibType           ='Eflow'
     my_alg5.tau_calibType               ='LocHad'