Skip to content

Debug Stream, Addition of New Histograms and Fixes to the transform

New python file added that creates an empty file with the BSFile structure and changes to trigRecoExe to accommodate the additional function and to rename the empty BSFile to RAW.pool.root if no events are selected for the chosen streams. This prevents failures at T0 when events are actually just rejected by the HLT and/or stream selection when running the TriggerTransform for debug recovery.

Addition of two new trees in HIST_DEBUGSTREAMMON.ntup.root to display :

  1. The output of running the postRun step debug stream analysis on BS file that contains events after the streamSelection
  2. The differences between the Pre and Post debug stream analysis steps that required the addition of new function to add the Tree and histograms that show the difference in the Pre/Pos histograms in dbgAnalysis

An existing function in dbgAnalysis was modified to add in the HLT_accepted_events histogram to HIST_DEBUGSTREAMMON.ntup.root. Some additions to trigRecoExe to accommodate these changes were made.

@wiedenma @mark ATR-26595

Merge request reports