From d70de47b13f9a8ba4aef508189621fd5b4387669 Mon Sep 17 00:00:00 2001 From: Tai Sakuma Date: Sun, 20 Jul 2014 14:41:01 +0200 Subject: [PATCH 1/3] update the test input file in RecoMET/METProducers --- RecoMET/METProducers/python/testInputFiles_cff.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RecoMET/METProducers/python/testInputFiles_cff.py b/RecoMET/METProducers/python/testInputFiles_cff.py index 359dc7c9c1400..351bc68fdb009 100644 --- a/RecoMET/METProducers/python/testInputFiles_cff.py +++ b/RecoMET/METProducers/python/testInputFiles_cff.py @@ -4,14 +4,14 @@ from PhysicsTools.PatAlgos.tools.cmsswVersionTools import pickRelValInputFiles recoMETtestInputFiles = pickRelValInputFiles( useDAS = True, - cmsswVersion = 'CMSSW_7_1_0_pre4_AK4', + cmsswVersion = 'CMSSW_7_2_0_pre1', dataTier = 'GEN-SIM-RECO', relVal = 'RelValTTbar_13', - globalTag = 'PU50ns_POSTLS171_V2', + globalTag = 'PU50ns_POSTLS172_V2', maxVersions = 2 ) # recoMETtestInputFiles = [ -# '/store/relval/CMSSW_7_1_0_pre4_AK4/RelValTTbar_13/GEN-SIM-RECO/PU50ns_POSTLS171_V2-v2/00000/1487CD0E-A4B3-E311-96D2-0025904C678A.root', +# '/store/relval/CMSSW_7_2_0_pre1/RelValTTbar_13/GEN-SIM-RECO/PU50ns_POSTLS172_V2-v1/00000/0AA51FF6-8EFD-E311-B591-0025905A6068.root', # ] ##____________________________________________________________________________|| From 0ea9a6ccc8245f6f99abb972a3368e3b6e1e7001 Mon Sep 17 00:00:00 2001 From: Tai Sakuma Date: Sun, 20 Jul 2014 14:41:27 +0200 Subject: [PATCH 2/3] update the test input file in JetMETCorrections/Type1MET --- JetMETCorrections/Type1MET/python/testInputFiles_cff.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/JetMETCorrections/Type1MET/python/testInputFiles_cff.py b/JetMETCorrections/Type1MET/python/testInputFiles_cff.py index 9352dd19f69e4..5672345d8c7be 100644 --- a/JetMETCorrections/Type1MET/python/testInputFiles_cff.py +++ b/JetMETCorrections/Type1MET/python/testInputFiles_cff.py @@ -4,15 +4,15 @@ from PhysicsTools.PatAlgos.tools.cmsswVersionTools import pickRelValInputFiles corrMETtestInputFiles = pickRelValInputFiles( useDAS = True, - cmsswVersion = 'CMSSW_7_1_0_pre8', + cmsswVersion = 'CMSSW_7_2_0_pre1', dataTier = 'GEN-SIM-RECO', relVal = 'RelValTTbar_13', - globalTag = 'PU50ns_PRE_LS171_V10', + globalTag = 'PU50ns_POSTLS172_V2', maxVersions = 2 ) # corrMETtestInputFiles = [ -# '/store/relval/CMSSW_7_1_0_pre8/RelValTTbar_13/GEN-SIM-RECO/PU50ns_PRE_LS171_V10-v1/00000/342381E4-6BE7-E311-AEF0-0025905A60AA.root', +# '/store/relval/CMSSW_7_2_0_pre1/RelValTTbar_13/GEN-SIM-RECO/PU50ns_POSTLS172_V2-v1/00000/0AA51FF6-8EFD-E311-B591-0025905A6068.root', # ] ##____________________________________________________________________________|| From 694de841f1c85764e0f727e098db8573606b8cb2 Mon Sep 17 00:00:00 2001 From: Tai Sakuma Date: Sun, 20 Jul 2014 14:43:24 +0200 Subject: [PATCH 3/3] update the path in recoMET_tcMet_cfg.py --- RecoMET/METProducers/test/recoMET_tcMet_cfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RecoMET/METProducers/test/recoMET_tcMet_cfg.py b/RecoMET/METProducers/test/recoMET_tcMet_cfg.py index ca544e212b2cd..7d1a59c6951a4 100644 --- a/RecoMET/METProducers/test/recoMET_tcMet_cfg.py +++ b/RecoMET/METProducers/test/recoMET_tcMet_cfg.py @@ -58,7 +58,7 @@ ##____________________________________________________________________________|| process.p = cms.Path( process.particleFlowCluster * - process.caloMet * + process.muonTCMETValueMapProducer * process.tcMet * process.tcMetCST * process.tcMetRft2 *