Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Panoptes
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
Panoptes
Merge requests
!171
Draft: Store Panel Alignment scripts (
RICH-57
)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: Store Panel Alignment scripts (
RICH-57
)
mirr_scripts
into
master
Overview
4
Commits
7
Pipelines
9
Changes
6
1 unresolved thread
Hide all comments
Closed
Paras Naik
requested to merge
mirr_scripts
into
master
2 years ago
Overview
4
Commits
7
Pipelines
9
Changes
6
1 unresolved thread
Hide all comments
Expand
Store Panel Alignment scripts
Edited
2 years ago
by
Paras Naik
1
0
Merge request reports
Viewing commit
bc376ebe
Show latest version
6 files
+
60
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
bc376ebe
Added missing copyright statements
· bc376ebe
Jake Lewis Amey
authored
2 years ago
Rich/RichMirrorAlignmentOnline/files/OfflineScripts/PanelAlignment/surveys/optimise_RICH.py
+
10
−
0
Options
###############################################################################
# (c) Copyright 2022 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. #
###############################################################################
import
os
import
re
import
sys
Loading