Skip to content

Commit

Permalink
Merge pull request #10979 from lveldere/fastsim-geometries-START
Browse files Browse the repository at this point in the history
FastSim: remove import of non-existing cfg from START geometry
  • Loading branch information
cmsbuild committed Aug 31, 2015
2 parents 8acfc8d + ffe9dc6 commit 460f3d7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions FastSimulation/Configuration/python/Geometries_START_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

from FastSimulation.Configuration.Geometries_cff import *

from FastSimulation.Configuration.FamosSequences_cff import ecalRecHit,hbhereco,horeco,hfreco,famosSimHits

from FastSimulation.CaloRecHitsProducer.CaloRecHits_cff import *
import FastSimulation.EventProducer.FamosSimHits_cff

# Apply Tracker and Muon misalignment
famosSimHits.ApplyAlignment = True
FastSimulation.EventProducer.FamosSimHits_cff.famosSimHits.ApplyAlignment = True
misalignedTrackerGeometry.applyAlignment = True
misalignedDTGeometry.applyAlignment = True
misalignedCSCGeometry.applyAlignment = True
Expand Down

0 comments on commit 460f3d7

Please sign in to comment.