From 03a64e9c95a53b73d42b531036a024ab756f8606 Mon Sep 17 00:00:00 2001 From: Gabriele Sabato <gabriele.sabato@cern.ch> Date: Fri, 7 Aug 2015 21:42:07 +0200 Subject: [PATCH] Modify the name of the input Muoncontainer for the METMaker algo in the MissingEtJO (EventTagAlgs-00-05-04) * Modify the Muoninput container name in the MissingETJO * tag as EventTagAlgs-00-05-04 2015-08-05 G. Sabato * Modify the jetInput container and the final MET name in the MissingEtJO * tag as EventTagAlgs-00-05-03 --- .../EventTagAlgs/share/MissingETTagBuilder_jobOptions.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PhysicsAnalysis/EventTag/EventTagAlgs/share/MissingETTagBuilder_jobOptions.py b/PhysicsAnalysis/EventTag/EventTagAlgs/share/MissingETTagBuilder_jobOptions.py index 8107be7ab24..205bae04409 100755 --- a/PhysicsAnalysis/EventTag/EventTagAlgs/share/MissingETTagBuilder_jobOptions.py +++ b/PhysicsAnalysis/EventTag/EventTagAlgs/share/MissingETTagBuilder_jobOptions.py @@ -14,12 +14,12 @@ ToolSvc += metMaker metMakerAlg = CfgMgr.met__METMakerAlg( "METMakerAlg", Maker = metMaker, - InputJets = "AntiKt4TopoJets_TAGcalib", # calibrated jet collection for TAG file format + InputJets = "AntiKt4TopoJets_TAGcalibskim", # calibrated jet collection for TAG file format InputElectrons = "Electrons", InputPhotons = "Photons", InputTaus = "TauJets", - InputMuons = "Muons", - METName = "MET_Reference_AntiKt4Topo_TAGcalib", + InputMuons = "Muons_TAG_skim", + METName = "MET_Reference_AntiKt4Topo_TAGcalibskim", METMapName = "METAssoc_AntiKt4EMTopo", METCoreName= "MET_Core_AntiKt4EMTopo" #OutputLevel=Lvl.VERBOSE -- GitLab