|
MUSIC unknown
Analysis for the MUSIC active-target ionization chamber
|
Calibrated summary plots and sample traces, built from events files. More...
#include <EventsSummary.hpp>
Static Public Member Functions | |
| static TGraph * | BuildTraceFromTotals (const Double_t *total) |
| Build a trace graph from one event's per-strip totals. | |
| static void | SaveSampleTraces (const std::vector< TGraph * > &traces, const TString &save_name, const TString &subdir, Double_t y_min, Double_t y_max, const char *y_title) |
| Draw a set of traces overlaid on one frame and save it. | |
| static void | BuildNormedSummaryHistograms (const TString &input_filename, const TString &file_label) |
| Build the calibrated summary histograms for one events file. | |
Calibrated summary plots and sample traces, built from events files.
Runs after the pipeline, over its output, using EnergyView to decode raw ADC into calibrated units.
Definition at line 104 of file EventsSummary.hpp.
|
static |
Build the calibrated summary histograms for one events file.
| input_filename | Events ROOT file to read. |
| file_label | Label from FileSet::FileLabel(), used in plot names. |
Definition at line 237 of file EventsSummary.cpp.
Referenced by RunFusedPipelineForFile().
|
static |
Build a trace graph from one event's per-strip totals.
| total | 18 per-strip energies, as from EnergyView::total or a cached event. |
Definition at line 363 of file EventsSummary.cpp.
Referenced by BuildNormedSummaryHistograms(), and FinalizeEvent().
|
static |
Draw a set of traces overlaid on one frame and save it.
All traces are drawn in a single colour on a TH2F frame. The canvas is saved to the plots directory when SAVE_PLOTS is set.
| traces | Traces to overlay. Not deleted — the caller keeps ownership. |
| save_name | Output basename, without extension. |
| subdir | Plot subdirectory under the plots base. |
| y_min | Lower bound of the energy axis. |
| y_max | Upper bound of the energy axis. |
| y_title | Energy axis title, carrying the unit. |
Definition at line 208 of file EventsSummary.cpp.
Referenced by EventBuilder::BuildEventsFromSortedHits(), and BuildNormedSummaryHistograms().