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
Merge requests
!78710
Cleanup of the sTGC as built model
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Cleanup of the sTGC as built model
pscholer/athena:removesTGCAsBuiltModel
into
24.0
Overview
25
Commits
8
Pipelines
4
Changes
15
1 unresolved thread
Hide all comments
Merged
Patrick Scholer
requested to merge
pscholer/athena:removesTGCAsBuiltModel
into
24.0
3 weeks ago
Overview
25
Commits
8
Pipelines
4
Changes
15
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
24.0
version 6
e3b260df
2 weeks ago
version 5
7ee3438b
3 weeks ago
version 4
9fd2524a
3 weeks ago
version 3
3838c40d
3 weeks ago
version 2
3e9ff689
3 weeks ago
version 1
3680d31c
3 weeks ago
24.0 (base)
and
version 2
latest version
e68f454f
8 commits,
2 weeks ago
version 6
e3b260df
7 commits,
2 weeks ago
version 5
7ee3438b
6 commits,
3 weeks ago
version 4
9fd2524a
5 commits,
3 weeks ago
version 3
3838c40d
4 commits,
3 weeks ago
version 2
3e9ff689
3 commits,
3 weeks ago
version 1
3680d31c
2 commits,
3 weeks ago
15 files
+
74
−
153
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
MuonSpectrometer/MuonAlignment/MuonAlignmentData/MuonAlignmentData/NswAsBuiltDbData.h
+
0
−
4
Options
@@ -20,15 +20,11 @@ public:
#ifndef SIMULATIONBASE
/// Storage to the micromega as built calculator
using
MmAsBuiltPtr
=
GeoModel
::
TransientConstSharedPtr
<
NswAsBuilt
::
StripCalculator
>
;
using
sTgcAsBuiltPtr
=
GeoModel
::
TransientConstSharedPtr
<
NswAsBuilt
::
StgcStripCalculator
>
;
#else
/// Define a dummy pointer object if the project is AthSimulation
using
MmAsBuiltPtr
=
char
;
using
sTgcAsBuiltPtr
=
char
;
#endif
MmAsBuiltPtr
microMegaData
{};
/// Storage to the stgc as built calculator
sTgcAsBuiltPtr
sTgcData
{};
NswAsBuiltDbData
()
=
default
;
~
NswAsBuiltDbData
()
=
default
;
Loading