Skip to content

Commit

Permalink
adding egamma to phase2 list
Browse files Browse the repository at this point in the history
  • Loading branch information
drankincms committed Dec 7, 2016
1 parent 60233bf commit e6c52ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQMOffline/Configuration/python/autoDQM.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
'dqmHarvesting']
}

_phase2_allowed = ['trackingOnlyDQM','muon','hcal','hcal2']
_phase2_allowed = ['trackingOnlyDQM','muon','hcal','hcal2','egamma']
autoDQM['phase2'] = ['','','']
for i in [0,2]:
autoDQM['phase2'][i] = '+'.join([autoDQM[m][i] for m in _phase2_allowed])
Expand Down

0 comments on commit e6c52ae

Please sign in to comment.