Skip to content

Commit

Permalink
Merge pull request #15815 from Dr15Jones/fixHISequenceOrder
Browse files Browse the repository at this point in the history
CastorFullReco needs to be before globalRecoPbPb in sequence order
  • Loading branch information
davidlange6 authored Sep 16, 2016
2 parents 86088d6 + fe91060 commit a169d49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

#--------------------------------------------------------------------------
# Main Sequence
reconstruct_PbPb = cms.Sequence(localReco*globalRecoPbPb*CastorFullReco)
reconstruct_PbPb = cms.Sequence(localReco*CastorFullReco*globalRecoPbPb)
reconstructionHeavyIons = cms.Sequence(reconstruct_PbPb)

reconstructionHeavyIons_HcalNZS = cms.Sequence(localReco_HcalNZS*globalRecoPbPb)
Expand Down

0 comments on commit a169d49

Please sign in to comment.