1 #ifndef TTRB3Histograms_h
2 #define TTRB3Histograms_h
17 void BeginRun(
int transition,
int run,
int time);
20 void EndRun(
int transition,
int run,
int time){};
38 void BeginRun(
int transition,
int run,
int time);
41 void EndRun(
int transition,
int run,
int time){};
59 void BeginRun(
int transition,
int run,
int time);
62 void EndRun(
int transition,
int run,
int time){};
Class for making diff histograms of TRB3 FPGA-TDC data.
TTRB3DiffHistograms()
Reset the histograms for this canvas.
virtual ~TTRB3DiffHistograms()
void BeginRun(int transition, int run, int time)
Take actions at begin run.
void UpdateHistograms(TDataContainer &dataContainer)
Update the histograms for this canvas.
void CreateHistograms()
Function to create histograms; users will want to implement this function.
void EndRun(int transition, int run, int time)
Take actions at end run
Class for making histograms of TRB3 raw fine times .
TTRB3FineHistograms()
Reset the histograms for this canvas.
void BeginRun(int transition, int run, int time)
Take actions at begin run.
virtual ~TTRB3FineHistograms()
void EndRun(int transition, int run, int time)
Take actions at end run
void CreateHistograms()
Function to create histograms; users will want to implement this function.
void UpdateHistograms(TDataContainer &dataContainer)
Update the histograms for this canvas.
Class for making histograms of TRB3 FPGA-TDC data.
TTRB3Histograms()
Reset the histograms for this canvas.
void UpdateHistograms(TDataContainer &dataContainer)
Update the histograms for this canvas.
virtual ~TTRB3Histograms()
void EndRun(int transition, int run, int time)
Take actions at end run
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.