Skip to content

Commit

Permalink
Merge pull request #13437 from lveldere/fastsim-trackrefactor-feb23
Browse files Browse the repository at this point in the history
Fastsim trackrefactor
  • Loading branch information
cmsbuild committed Feb 24, 2016
2 parents d7e1889 + d78fd49 commit 1d39440
Show file tree
Hide file tree
Showing 31 changed files with 726 additions and 1,249 deletions.
Expand Up @@ -98,10 +98,10 @@
_reco.trackerDrivenElectronSeeds.idCollection.setModuleLabel("trackerDrivenElectronSeedsTmp")

# replace the ECAL driven electron track candidates with the FastSim emulated ones
import FastSimulation.EgammaElectronAlgos.electronGSGsfTrackCandidates_cff
_reco.electronGSGsfTrackCandidates = FastSimulation.EgammaElectronAlgos.electronGSGsfTrackCandidates_cff.electronGSGsfTrackCandidates
_reco.electronGsfTracking.replace(_reco.electronCkfTrackCandidates,_reco.electronGSGsfTrackCandidates)
_reco.electronGsfTracks.src = "electronGSGsfTrackCandidates"
import FastSimulation.Tracking.electronCkfTrackCandidates_cff
_reco.fastElectronCkfTrackCandidates = FastSimulation.Tracking.electronCkfTrackCandidates_cff.electronCkfTrackCandidates.clone()
_reco.electronGsfTracking.replace(_reco.electronCkfTrackCandidates,_reco.fastElectronCkfTrackCandidates)
_reco.electronGsfTracks.src = "fastElectronCkfTrackCandidates"

# FastSim has no template fit on tracker hits
_reco.electronGsfTracks.TTRHBuilder = "WithoutRefit"
Expand Down
28 changes: 0 additions & 28 deletions FastSimulation/EgammaElectronAlgos/BuildFile.xml

This file was deleted.

53 changes: 0 additions & 53 deletions FastSimulation/EgammaElectronAlgos/doc/EgammaElectronAlgos.doc

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 1d39440

Please sign in to comment.