Skip to content

Commit

Permalink
Merge pull request #10981 from lveldere/fastsim-geometries-START-74X
Browse files Browse the repository at this point in the history
FastSim bugfix 74X: remove import of non-existing cfg from START geometry
  • Loading branch information
cmsbuild committed Aug 31, 2015
2 parents e398231 + 1656c55 commit 6bd0524
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions FastSimulation/Configuration/python/Geometries_START_cff.py
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 6bd0524

Please sign in to comment.