Skip to content
Snippets Groups Projects
Commit a69e15fc authored by Kazuya Mochizuki's avatar Kazuya Mochizuki
Browse files

bugfix

Former-commit-id: 5654bdf8
parent ce532dcf
No related branches found
No related tags found
No related merge requests found
......@@ -493,7 +493,7 @@ namespace dqutils {
const int N_hist = 3;
double Threshold[N_hist] = {0.7,0.1,150};
TString name_hist[N_hist][N_dir] = {
{"","/Errors/SCT_NumberOfErrorsEC_", "/Errors/SCT_NumberOfErrorsB_", "/Errors/SCT_NumberOfErrorsEA_"},
{"","/errors/Errors/SCT_NumberOfErrorsEC_", "/errors/Errors/SCT_NumberOfErrorsB_", "/errors/Errors/SCT_NumberOfErrorsEA_"},
{"","/eff/ineffm_", "/eff/ineff_", "/eff/ineffp_"},
{"","/Noise/noiseoccupancymaptriggerECm_", "/Noise/noiseoccupancymaptrigger_", "/Noise/noiseoccupancymaptriggerECp_"}
};
......
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