Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Moore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Moore
Merge requests
!1600
add muon monitoring in reconstruction
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add muon monitoring in reconstruction
rvazquez_MuonMoni
into
master
Overview
18
Commits
5
Pipelines
7
Changes
2
Merged
Ricardo Vazquez Gomez
requested to merge
rvazquez_MuonMoni
into
master
2 years ago
Overview
10
Commits
5
Pipelines
7
Changes
2
Expand
Needed by
Rec!2944 (merged)
. This overrides
!890 (closed)
Edited
2 years ago
by
Ricardo Vazquez Gomez
0
0
Merge request reports
Compare
master
version 5
bfd63d3a
2 years ago
version 4
e727220a
2 years ago
version 3
590c637d
2 years ago
version 2
e582d997
2 years ago
version 1
a074b654
2 years ago
master (base)
and
latest version
latest version
15add88a
5 commits,
2 years ago
version 5
bfd63d3a
4 commits,
2 years ago
version 4
e727220a
3 commits,
2 years ago
version 3
590c637d
3 commits,
2 years ago
version 2
e582d997
2 commits,
2 years ago
version 1
a074b654
1 commit,
2 years ago
2 files
+
43
−
20
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Hlt/RecoConf/python/RecoConf/muonPID_data_monitoring.py
0 → 100644
+
17
−
0
Options
###############################################################################
# (c) Copyright 2020 CERN for the benefit of the LHCb Collaboration #
# #
# This software is distributed under the terms of the GNU General Public #
# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". #
# #
# In applying this licence, CERN does not waive the privileges and immunities #
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
from
PyConf.Algorithms
import
MuonMonitorAlg
def
monitor_muon_PID
(
muon_pids
):
muon_PID_moni
=
MuonMonitorAlg
(
name
=
"
MonitorMuonPID
"
,
InputLocation
=
muon_pids
)
return
muon_PID_moni
Loading