diff --git a/Configuration/StandardSequences/python/ReconstructionHeavyIons_cff.py b/Configuration/StandardSequences/python/ReconstructionHeavyIons_cff.py index 7ca522a49ce1b..0ca6c0ced2655 100644 --- a/Configuration/StandardSequences/python/ReconstructionHeavyIons_cff.py +++ b/Configuration/StandardSequences/python/ReconstructionHeavyIons_cff.py @@ -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)