Skip to content
Snippets Groups Projects

change histo name for L1 counts

Merged Daniele Zanzi requested to merge dzanzi/athena:ATR-L1Counts into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -75,7 +75,7 @@ def get_parser():
@@ -75,7 +75,7 @@ def get_parser():
'TrigSteer_HLT/NumberOfActiveTEs',
'TrigSteer_HLT/NumberOfActiveTEs',
'HLTFramework/TrigSignatureMoni/DecisionCount',
'HLTFramework/TrigSignatureMoni/DecisionCount',
'CTPSimulation/L1ItemsAV',
'CTPSimulation/L1ItemsAV',
'L1/CTPSimulation/output/tavByName'],
'L1/CTPSimulation/output/tavById'],
help='Histograms to use for counts dump. All existing '
help='Histograms to use for counts dump. All existing '
'histograms from the list are used, default = %(default)s')
'histograms from the list are used, default = %(default)s')
parser.add_argument('--totalHists',
parser.add_argument('--totalHists',
@@ -96,7 +96,7 @@ def get_parser():
@@ -96,7 +96,7 @@ def get_parser():
'TrigSteer_HLT/NumberOfActiveTEs:HLTTE',
'TrigSteer_HLT/NumberOfActiveTEs:HLTTE',
'HLTFramework/TrigSignatureMoni/DecisionCount:HLTDecision',
'HLTFramework/TrigSignatureMoni/DecisionCount:HLTDecision',
'CTPSimulation/L1ItemsAV:L1AV',
'CTPSimulation/L1ItemsAV:L1AV',
'L1/CTPSimulation/output/tavByName:L1AV'],
'L1/CTPSimulation/output/tavById:L1AV'],
help='Dictionary defining names of output text files for each '
help='Dictionary defining names of output text files for each '
'histogram, default = %(default)s')
'histogram, default = %(default)s')
return parser
return parser
Loading