Skip to content

Commit

Permalink
Merge pull request #12291 from yetkinyilmaz/mix_75X_02
Browse files Browse the repository at this point in the history
running pdigi_valid_nogen for HI mixing workflows
  • Loading branch information
davidlange6 committed Nov 7, 2015
2 parents b69279c + c3ae2fe commit 4900c4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Configuration/Applications/python/ConfigBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@ def prepare_DIGI(self, sequence = None):
if self._options.gflash==True:
self.loadAndRemember("Configuration/StandardSequences/GFlashDIGI_cff")

if sequence == 'pdigi_valid':
if sequence == 'pdigi_valid' or sequence == 'pdigi_valid_nogen' :
self.executeAndRemember("process.mix.digitizers = cms.PSet(process.theDigitizersValid)")

if sequence != 'pdigi_nogen' and sequence != 'pdigi_valid_nogen' and not self.process.source.type_()=='EmptySource':
Expand Down
2 changes: 1 addition & 1 deletion Configuration/PyReleaseValidation/python/relval_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ def identityFS(wf):

steps['DIGIHI']=merge([{'-s':'DIGI:pdigi_valid,L1,DIGI2RAW,HLT:HIon,RAW2DIGI,L1Reco'}, hiDefaults, step2Upg2015Defaults])
steps['DIGIHI2011']=merge([{'-s':'DIGI:pdigi_valid,L1,DIGI2RAW,HLT:@fake,RAW2DIGI,L1Reco'}, hiDefaults2011, step2Defaults])
steps['DIGIHIMIX']=merge([{'-s':'DIGI:pdigi_valid,L1,DIGI2RAW,HLT:HIon,RAW2DIGI,L1Reco', '-n':2}, hiDefaults, {'--pileup':'HiMix'}, PUHI, step2Upg2015Defaults])
steps['DIGIHIMIX']=merge([{'-s':'DIGI:pdigi_valid_nogen,L1,DIGI2RAW,HLT:HIon,RAW2DIGI,L1Reco', '-n':2}, hiDefaults, {'--pileup':'HiMix'}, PUHI, step2Upg2015Defaults])


# PRE-MIXING : https://twiki.cern.ch/twiki/bin/view/CMSPublic/SWGuideSimulation#Pre_Mixing_Instructions
Expand Down

0 comments on commit 4900c4c

Please sign in to comment.