Skip to content

Commit

Permalink
Changed geometry for latest CMSSW release version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalin committed Nov 21, 2024
1 parent 7be6717 commit dbe84e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions L1Trigger/TrackFindingTracklet/test/L1TrackNtupleMaker_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@

if GEOMETRY == "D88" or GEOMETRY == 'D98':
print("using geometry " + GEOMETRY + " (tilted)")
process.load('Configuration.Geometry.GeometryExtended2026' + GEOMETRY + 'Reco_cff')
process.load('Configuration.Geometry.GeometryExtended2026' + GEOMETRY +'_cff')
process.load('Configuration.Geometry.GeometryExtendedRun4' + GEOMETRY + 'Reco_cff')
process.load('Configuration.Geometry.GeometryExtendedRun4' + GEOMETRY +'_cff')
else:
print("this is not a valid geometry!!!")

Expand Down

0 comments on commit dbe84e9

Please sign in to comment.