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