Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Project Juggler
Manage
Activity
Members
Labels
Plan
Issues
32
Issue boards
Milestones
Wiki
Code
Merge requests
21
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
EIC
Project Juggler
Commits
b903d32c
Commit
b903d32c
authored
1 year ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
fix: IGeoSvc::lcdd() pure virtual removed upstream
parent
574f6743
No related branches found
No related tags found
1 merge request
!540
fix: IGeoSvc::lcdd() pure virtual removed upstream
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
JugBase/src/components/GeoSvc.h
+1
-1
1 addition, 1 deletion
JugBase/src/components/GeoSvc.h
with
1 addition
and
1 deletion
JugBase/src/components/GeoSvc.h
+
1
−
1
View file @
b903d32c
...
...
@@ -72,7 +72,7 @@ public:
* <a href="https://dd4hep.web.cern.ch/dd4hep/reference/classdd4hep_1_1Detector.html">See DD4hep Detector documentation</a>
*/
virtual
dd4hep
::
Detector
*
getDetector
()
override
;
virtual
dd4hep
::
Detector
*
lcdd
()
override
{
virtual
dd4hep
::
Detector
*
lcdd
()
{
return
getDetector
();
};
virtual
G4VUserDetectorConstruction
*
getGeant4Geo
()
override
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment