Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kakwok committed Feb 12, 2018
1 parent 664765b commit 665c32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rcms/fm/app/level1/HCALEventHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ protected void publishGlobalParameter (String parameterName) {
// make entry into the CMS run info database
protected void publishRunInfoSummary() {
functionManager = this.functionManager;
String globalParams[] = new String[] {"HCAL_LPMCONTROL", "HCAL_ICICONTROL_SINGLE","HCAL_ICICONTROL_MULTI", "HCAL_PICONTROL_SINGLE","HCAL_PICONTROL_MULTI", "HCAL_TTCCICONTROL", "SUPERVISOR_ERROR", "HCAL_COMMENT", "HCAL_CFGSCRIPT", "RUN_KEY", "HCAL_TIME_OF_FM_START", "DQM_TASK",""};
String globalParams[] = new String[] {"HCAL_LPMCONTROL", "HCAL_ICICONTROL_SINGLE","HCAL_ICICONTROL_MULTI", "HCAL_PICONTROL_SINGLE","HCAL_PICONTROL_MULTI", "HCAL_TTCCICONTROL", "SUPERVISOR_ERROR", "HCAL_COMMENT", "HCAL_CFGSCRIPT", "RUN_KEY", "HCAL_TIME_OF_FM_START", "DQM_TASK"};
Hashtable<String, String> localParams = new Hashtable<String, String>();

maskedAppsForRunInfo = ((VectorT<StringT>)functionManager.getParameterSet().get("MASKED_RESOURCES").getValue()).toString();
Expand Down

0 comments on commit 665c32a

Please sign in to comment.