Skip to content

Commit

Permalink
Blacklisted more plots from DQM/TimerServices in DQM bin by bin tool
Browse files Browse the repository at this point in the history
  • Loading branch information
andrius committed Jun 13, 2019
1 parent a28ecc5 commit 5d3473b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions DQMServices/FileIO/scripts/blacklist.py
Expand Up @@ -86,6 +86,28 @@ def get_blacklist(RUN_NR):
('DQMData', 'Run %s' % RUN_NR, 'DQM', 'Run summary', 'TimerService', 'overhead allocated_VsScalLumi'),
('DQMData', 'Run %s' % RUN_NR, 'DQM', 'Run summary', 'TimerService', 'overhead deallocated_VsPU'),
('DQMData', 'Run %s' % RUN_NR, 'DQM', 'Run summary', 'TimerService', 'overhead deallocated_VsScalLumi'),
('DQMData', 'Run %s' % RUN_NR, 'DQM', 'Run summary', 'TimerService', 'event allocated'),
('DQMData', 'Run %s' % RUN_NR, 'DQM', 'Run summary', 'TimerService', 'event allocated_VsPU'),
('DQMData', 'Run %s' % RUN_NR, 'DQM', 'Run summary', 'TimerService', 'event allocated_VsScalLumi'),
('DQMData', 'Run %s' % RUN_NR, 'DQM', 'Run summary', 'TimerService', 'event deallocated_VsPU'),
('DQMData', 'Run %s' % RUN_NR, 'DQM', 'Run summary', 'TimerService', 'event deallocated_VsScalLumi'),
('DQMData', 'Run %s' % RUN_NR, 'DQM', 'Run summary', 'TimerService', 'explicit allocated'),
('DQMData', 'Run %s' % RUN_NR, 'DQM', 'Run summary', 'TimerService', 'explicit allocated_VsPU'),
('DQMData', 'Run %s' % RUN_NR, 'DQM', 'Run summary', 'TimerService', 'explicit allocated_VsScalLumi'),
('DQMData', 'Run %s' % RUN_NR, 'DQM', 'Run summary', 'TimerService', 'explicit deallocated'),
('DQMData', 'Run %s' % RUN_NR, 'DQM', 'Run summary', 'TimerService', 'explicit deallocated_VsPU'),
('DQMData', 'Run %s' % RUN_NR, 'DQM', 'Run summary', 'TimerService', 'explicit deallocated_VsScalLumi'),
('DQMData', 'Run %s' % RUN_NR, 'DQM', 'Run summary', 'TimerService', 'process reRECO allocated'),
('DQMData', 'Run %s' % RUN_NR, 'DQM', 'Run summary', 'TimerService', 'process reRECO allocated_VsPU'),
('DQMData', 'Run %s' % RUN_NR, 'DQM', 'Run summary', 'TimerService', 'process reRECO allocated_VsScalLumi'),
('DQMData', 'Run %s' % RUN_NR, 'DQM', 'Run summary', 'TimerService', 'process reRECO deallocated'),
('DQMData', 'Run %s' % RUN_NR, 'DQM', 'Run summary', 'TimerService', 'process reRECO deallocated_VsPU'),
('DQMData', 'Run %s' % RUN_NR, 'DQM', 'Run summary', 'TimerService', 'process reRECO'),
('DQMData', 'Run %s' % RUN_NR, 'DQM', 'Run summary', 'TimerService', 'process RECO allocated'),
('DQMData', 'Run %s' % RUN_NR, 'DQM', 'Run summary', 'TimerService', 'process RECO allocated_VsScalLumi'),
('DQMData', 'Run %s' % RUN_NR, 'DQM', 'Run summary', 'TimerService', 'process RECO'),
('DQMData', 'Run %s' % RUN_NR, 'DQM', 'Run summary', 'TimerService', 'process DQM allocated'),
('DQMData', 'Run %s' % RUN_NR, 'DQM', 'Run summary', 'TimerService', 'process DQM deallocated'),
('DQMData', 'Run %s' % RUN_NR, 'DT', 'Run summary', 'EventInfo', 'hostName'),
('DQMData', 'Run %s' % RUN_NR, 'DT', 'Run summary', 'EventInfo', 'processEventRate'),
('DQMData', 'Run %s' % RUN_NR, 'DT', 'Run summary', 'EventInfo', 'processID'),
Expand Down

0 comments on commit 5d3473b

Please sign in to comment.