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

Go to the source code of this file.

Namespaces

namespace  tc_dump
 

Functions

str tc_dump.find_save_name (int run_id, int file_index, bool overwrite)
 
None tc_dump.plot_pdf_scatter (np.ndarray x_data, np.ndarray y_data, dict plot_details_dict, PdfPages pdf)
 
None tc_dump.plot_pdf_time_delta_histograms (np.ndarray tc_data, list[np.ndarray] ta_data, PdfPages pdf, str time_label, bool logarithm)
 
None tc_dump.write_summary_stats (np.ndarray data, str filename, str title)
 
 tc_dump.parse ()
 
 tc_dump.main ()
 

Variables

 tc_dump.ALGORITHM_LABELS = list(trgdataformats.TriggerCandidateData.Algorithm.__members__.keys())
 
list tc_dump.ALGORITHM_TICKS = [tp_alg.value for tp_alg in trgdataformats.TriggerCandidateData.Algorithm.__members__.values()]
 
 tc_dump.TYPE_LABELS = list(trgdataformats.TriggerCandidateData.Type.__members__.keys())
 
list tc_dump.TYPE_TICKS = [tp_type.value for tp_type in trgdataformats.TriggerCandidateData.Type.__members__.values()]
 
int tc_dump.TICK_TO_SEC_SCALE = 16e-9