Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Detector
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Detector
Merge requests
!571
Streamline MagneticField grid reader
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Streamline MagneticField grid reader
streamline-magneticfield
into
master
Overview
47
Commits
1
Pipelines
14
Changes
6
Merged
Gerhard Raven
requested to merge
streamline-magneticfield
into
master
10 months ago
Overview
20
Commits
1
Pipelines
14
Changes
6
Expand
Streamline magnetic field grid reader and improve error checking
prefer
std::unique_ptr
over
std::shared_ptr
Validated by
Core Software
RTA
Simulation
Edited
1 week ago
by
Sebastien Ponce
0
0
Merge request reports
Compare
master
version 13
e04318e2
1 week ago
version 12
a20f3891
1 week ago
version 11
6bcadce0
1 week ago
version 10
9a6297fe
1 month ago
version 9
9a6297fe
1 month ago
version 8
a16a8e03
1 month ago
version 7
6be26df0
7 months ago
version 6
6be26df0
7 months ago
version 5
0c0200e1
7 months ago
version 4
5aee616f
7 months ago
version 3
4d8a378f
8 months ago
version 2
66e71603
10 months ago
version 1
13d3e7b0
10 months ago
master (base)
and
latest version
latest version
7cbd4a12
1 commit,
1 week ago
version 13
e04318e2
1 commit,
1 week ago
version 12
a20f3891
1 commit,
1 week ago
version 11
6bcadce0
1 commit,
1 week ago
version 10
9a6297fe
1 commit,
1 month ago
version 9
9a6297fe
1 commit,
1 month ago
version 8
a16a8e03
1 commit,
1 month ago
version 7
6be26df0
1 commit,
7 months ago
version 6
6be26df0
73 commits,
7 months ago
version 5
0c0200e1
1 commit,
7 months ago
version 4
5aee616f
1 commit,
7 months ago
version 3
4d8a378f
1 commit,
8 months ago
version 2
66e71603
1 commit,
10 months ago
version 1
13d3e7b0
1 commit,
10 months ago
6 files
+
136
−
143
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
Core/include/Core/MagneticFieldExtension.h
+
1
−
1
Options
@@ -41,7 +41,7 @@ namespace LHCb::Magnet {
bool
useRealMap
{
true
};
bool
isDown
{
true
};
double
signedRelativeCurrent
{
1.0
};
std
::
shared
_ptr
<
MagneticFieldGrid
>
grid
;
std
::
unique
_ptr
<
MagneticFieldGrid
>
grid
;
};
public
:
Loading