Skip to content

Commit

Permalink
Merge pull request #43597 from srimanob/124_FixGenFilterSmearOnly
Browse files Browse the repository at this point in the history
[12_4] Another fix to avoid running genfilter with pgen_smear
  • Loading branch information
cmsbuild authored Dec 19, 2023
2 parents c0e80d6 + ab3fff0 commit c6f8f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/Applications/python/ConfigBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -1428,7 +1428,7 @@ def prepare_GEN(self, sequence = None):
#register to the genstepfilter the name of the path (static right now, but might evolve)
self.executeAndRemember('process.genstepfilter.triggerConditions=cms.vstring("generation_step")')

if 'reGEN' in self.stepMap:
if 'reGEN' in self.stepMap or sequence == 'pgen_smear':
#stop here
return

Expand Down

0 comments on commit c6f8f3e

Please sign in to comment.