DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
ta_dump.py File Reference

Go to the source code of this file.

Namespaces

namespace  ta_dump
 

Functions

str ta_dump.find_save_name (int run_id, int file_index, bool overwrite)
 
None ta_dump.plot_all_event_displays (list[np.ndarray] tp_data, int run_id, int file_index, bool seconds=False)
 
None ta_dump.plot_pdf_time_delta_histograms (np.ndarray ta_data, list[np.ndarray] tp_data, PdfPages pdf, str time_label, bool logarithm)
 
None ta_dump.write_summary_stats (np.ndarray data, str filename, str title)
 
 ta_dump.parse ()
 
 ta_dump.main ()
 

Variables

 ta_dump.ALGORITHM_LABELS = list(trgdataformats.TriggerActivityData.Algorithm.__members__.keys())
 
list ta_dump.ALGORITHM_TICKS = [ta_alg.value for ta_alg in trgdataformats.TriggerActivityData.Algorithm.__members__.values()]
 
 ta_dump.TYPE_LABELS = list(trgdataformats.TriggerActivityData.Type.__members__.keys())
 
list ta_dump.TYPE_TICKS = [ta_type.value for ta_type in trgdataformats.TriggerActivityData.Type.__members__.values()]
 
int ta_dump.TICK_TO_SEC_SCALE = 16e-9