Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Commits
f37ba59c
Commit
f37ba59c
authored
7 years ago
by
Tamara Vazquez Schroeder
Browse files
Options
Downloads
Plain Diff
Merge branch '21.0-my-dq-pp-dev' into '21.0'
Fix on SCT DQ histograms postprocessing See merge request !4481
parents
5a9cebba
5654bdf8
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DataQuality/DataQualityUtils/src/MonitoringFile_SCTPostProcess.cxx
+1
-1
1 addition, 1 deletion
...ty/DataQualityUtils/src/MonitoringFile_SCTPostProcess.cxx
with
1 addition
and
1 deletion
DataQuality/DataQualityUtils/src/MonitoringFile_SCTPostProcess.cxx
+
1
−
1
View file @
f37ba59c
...
...
@@ -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/
summaryEr
rsEC
m
_"
,
"/errors/
summaryEr
rs_"
,
"/errors/
summaryErrsECp
_"
},
{
""
,
"/errors/
Errors/SCT_NumberOfErro
rsEC_"
,
"/errors/
Errors/SCT_NumberOfErro
rs
B
_"
,
"/errors/
Errors/SCT_NumberOfErrorsEA
_"
},
{
""
,
"/eff/ineffm_"
,
"/eff/ineff_"
,
"/eff/ineffp_"
},
{
""
,
"/Noise/noiseoccupancymaptriggerECm_"
,
"/Noise/noiseoccupancymaptrigger_"
,
"/Noise/noiseoccupancymaptriggerECp_"
}
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment