Skip to content

Commit

Permalink
Modify DQMHarvestUnit to multiRun when RD MC runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Norraphat committed Apr 16, 2020
1 parent d81cdd1 commit d787cba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Configuration/PyReleaseValidation/python/MatrixInjector.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,8 @@ def prepare(self,mReader, directories, mode='init'):
#print 't_second',pprint.pformat(t_second)
if t_second['TaskName'].startswith('HARVEST'):
chainDict.update(copy.deepcopy(self.defaultHarvest))
if "_RD" in t_second['TaskName']:
chainDict['DQMHarvestUnit'] = "multiRun"
chainDict['DQMConfigCacheID']=t_second['ConfigCacheID']
## the info are not in the task specific dict but in the general dict
#t_input.update(copy.deepcopy(self.defaultHarvest))
Expand Down

0 comments on commit d787cba

Please sign in to comment.