Skip to content
Snippets Groups Projects
Commit d9754d10 authored by Kenji Hamano's avatar Kenji Hamano
Browse files

jNOISECUT folder typo fixed

parent 38dff281
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!36424MET Legacy Mon Cluster added
......@@ -252,8 +252,8 @@ StatusCode HLTMETMonTool::book() {
setCurrentMonGroup(monFolderName);
addL1BasicHistograms();
// jXENOISECUT L1 histograms
monFolderName = monGroupName + "/jXENOISECUT";
// jNOISECUT L1 histograms
monFolderName = monGroupName + "/jNOISECUT";
addMonGroup(new MonGroup(this, monFolderName, run));
setCurrentMonGroup(monFolderName);
addL1BasicHistograms();
......@@ -1159,7 +1159,7 @@ StatusCode HLTMETMonTool::fillMETHist() {
fillL1BasicHistograms(l1_noisecut_mex,l1_noisecut_mex_log,l1_noisecut_mey,l1_noisecut_mey_log,l1_noisecut_met,l1_noisecut_met_log,l1_noisecut_sumet,l1_noisecut_sumet_log,l1_noisecut_phi,saturated_noisecut);
}
// L1 jXENOISECUT
// L1 jNOISECUT
monFolderName = monGroupName + "/jNOISECUT";
setCurrentMonGroup(monFolderName.c_str());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment