1 #ifndef TV792Histograms_h
2 #define TV792Histograms_h
17 void BeginRun(
int transition,
int run,
int time);
20 void EndRun(
int transition,
int run,
int time);
Class for making histograms of V792 ADC data.
void CreateHistograms()
Function to create histograms; users will want to implement this function.
void BeginRun(int transition, int run, int time)
Take actions at begin run.
virtual ~TV792Histograms()
void UpdateHistograms(TDataContainer &dataContainer)
Update the histograms for this canvas.
void EndRun(int transition, int run, int time)
Take actions at end run
TV792Histograms()
Reset the histograms for this canvas.