350 |
|
## Additional field for DashBoard |
351 |
|
miniCfg['CMSSW.datasetpath'] = self.cfg_params.get('CMSSW.datasetpath', 'None') |
352 |
|
|
353 |
+ |
################################################################################### |
354 |
+ |
### FEDE for tasktype, savannah 76950 |
355 |
+ |
miniCfg['USER.tasktype'] = self.cfg_params.get("USER.tasktype", 'analysis') |
356 |
+ |
################################################################################### |
357 |
|
## Additional fields for Notification by the server |
358 |
|
miniCfg['eMail'] = self.cfg_params.get('USER.email', None) |
359 |
|
miniCfg['threshold'] = self.cfg_params.get('USER.thresholdlevel', 100) |