Skip to content

Commit

Permalink
FastSim : Tracking: fix bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas committed Feb 25, 2016
1 parent 95ab283 commit e101924
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FastSimulation/Tracking/python/hltElectronGsfTracks_cff.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from FastSimulation.EgammaElectronAlgos.electronGSGsfTrackCandidates_cff import *
from FastSimulation.Tracking.electronCkfTrackCandidates_cff import *
import TrackingTools.GsfTracking.GsfElectronFit_cfi

hltEgammaCkfTrackCandidatesForGSF = electronGSGsfTrackCandidates.clone()
hltEgammaCkfTrackCandidatesForGSF = electronCkfTrackCandidates.clone()
hltEgammaCkfTrackCandidatesForGSF.src = "hltEgammaElectronPixelSeeds"
hltEgammaGsfTracks = TrackingTools.GsfTracking.GsfElectronFit_cfi.GsfGlobalElectronTest.clone()
hltEgammaGsfTracks.src = 'hltEgammaCkfTrackCandidatesForGSF'
hltEgammaGsfTracks.TTRHBuilder = 'WithoutRefit'
hltEgammaGsfTracks.TrajectoryInEvent = True

hltEgammaCkfTrackCandidatesForGSFUnseeded = electronGSGsfTrackCandidates.clone()
hltEgammaCkfTrackCandidatesForGSFUnseeded = electronCkfTrackCandidates.clone()
hltEgammaCkfTrackCandidatesForGSFUnseeded.src = "hltEgammaElectronPixelSeedsUnseeded"
hltEgammaGsfTracksUnseeded = hltEgammaGsfTracks.clone()
hltEgammaGsfTracksUnseeded.src = 'hltEgammaCkfTrackCandidatesForGSFUnseeded'

0 comments on commit e101924

Please sign in to comment.