Skip to content

Commit

Permalink
Fix use of replaced Configuration/Geometry/DD4hep_GeometrySim_cff fra…
Browse files Browse the repository at this point in the history
…gment
  • Loading branch information
fabiocos committed Feb 11, 2020
1 parent 7bf830b commit 6e3659f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import FWCore.ParameterSet.Config as cms

from Configuration.Geometry.DD4hep_GeometrySim_cff import *
from Configuration.Geometry.GeometryDD4hepExtended2021_cff import *
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

process.load("FWCore.MessageLogger.MessageLogger_cfi")

process.load("Configuration.Geometry.DD4hep_GeometrySim_cff")
process.load("Configuration.StandardSequences.DD4hep_GeometrySim_cff")
process.load("Geometry.TrackerNumberingBuilder.DD4hep_trackerNumberingGeometry_cfi")

#this is always needed if users want access to the vector<GeometricDetExtra>
Expand Down

0 comments on commit 6e3659f

Please sign in to comment.