Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MooreOnline
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
LHCb
MooreOnline
Merge requests
!290
update configuration
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
update configuration
rvazquez_forCaloMoni
into
2024-patches
Overview
1
Commits
2
Pipelines
3
Changes
1
Closed
Ricardo Vazquez Gomez
requested to merge
rvazquez_forCaloMoni
into
2024-patches
1 year ago
Overview
1
Commits
2
Pipelines
3
Changes
1
Expand
patch generated by
https://gitlab.cern.ch/lhcb/MooreOnline/-/jobs/33028231
0
0
Merge request reports
Compare
2024-patches
version 1
9e79aa34
1 year ago
2024-patches (base)
and
latest version
latest version
9e79aa34
2 commits,
1 year ago
version 1
9e79aa34
2 commits,
1 year ago
1 file
+
1
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
MooreOnlineConf/options/calo.py
+
1
−
6
Options
@@ -41,12 +41,7 @@ def calo_moni():
}
data
+=
monitor_calo_digits
(
calo
,
adcFilterEcal
=-
100
,
adcFilterHcal
=-
100
,
HistoMultiplicityMaxEcal
=
6000
,
HistoMultiplicityMaxHCal
=
4000
,
spectrum
=
False
)
calo
,
adcFilterEcal
=-
100
,
adcFilterHcal
=-
100
,
spectrum
=
False
)
data
+=
monitor_calo_clusters
(
calo
,
split_clusters
=
False
)
data
+=
monitor_calo_time_alignment
(
calo
,
adcFilterEcal
=-
100
,
adcFilterHcal
=-
100
)
Loading