Skip to content
Snippets Groups Projects
Commit 48f3680e authored by Tamara Vazquez Schroeder's avatar Tamara Vazquez Schroeder
Browse files

Merge branch '21.0-my-dq-pp-dev' into '21.0'

Fix on SCT DQ histograms postprocessing

See merge request !4481

Former-commit-id: f37ba59c371cefd2e494886584329d749103b14a
parents 814ebc80 a69e15fc
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/summaryErrsECm_", "/errors/summaryErrs_", "/errors/summaryErrsECp_"},
{"","/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