Skip to content

Commit

Permalink
add separate pretrking sequences for vertexreco to use
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlange6 committed Jan 27, 2015
1 parent cfe1079 commit 2a03f3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
from FastSimulation.CaloRecHitsProducer.FullDigisPlusRecHits_cff import *
caloDigis = cms.Sequence(DigiSequence)
caloRecHits = cms.Sequence(ecalRecHitSequence*hcalRecHitSequence)
caloRecHitsPreTrk = cms.Sequence(ecalRecHitSequence*hcalRecHitSequencePreTrk)


Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
# Reconstruction
ecalRecHitSequence = cms.Sequence(ecalMultiFitUncalibRecHit*ecalDetIdToBeRecovered*ecalRecHit*ecalPreshowerRecHit)
hcalRecHitSequence = cms.Sequence((hbheprereco+hfreco+horeco)*hbhereco)
hcalRecHitSequencePreTrk = cms.Sequence((hbheprereco+hfreco+horeco))

TotalDigisPlusRecHitsSequence = cms.Sequence(DigiSequence*ecalRecHitSequence*hcalRecHitSequence)
TotalDigisPlusRecHitsSequencePreTrk = cms.Sequence(DigiSequence*ecalRecHitSequence*hcalRecHitSequencePreTrk)

2 changes: 1 addition & 1 deletion FastSimulation/Configuration/python/FamosSequences_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@

## rechist from calo are needed by caloTowerForTrk
# in fact localreco modules should run before globalreco ones...
vertexreco.insert(0,caloRecHits)
vertexreco.insert(0,caloRecHitsPreTrk)

############### FastSim sequences

Expand Down

0 comments on commit 2a03f3e

Please sign in to comment.