8 tdcHistogram =
new TH1F(
"tdcHistogram",
"Histogram of all V1190 TDC value",2000,0,100000);
27 for(
unsigned int i = 0; i < measurements.size(); i++){
40 TCanvas* c1 = embedCanvas->GetCanvas();
uint32_t GetMeasurement() const
Get the TDC measurement.
T * GetEventData(const char *name)
Add a templated function that returns event data in the format that we want.
void ResetCanvasHistograms()
Reset the histograms for this canvas.
void PlotCanvas(TDataContainer &dataContainer, TRootEmbeddedCanvas *embedCanvas)
Plot the histograms for this canvas.
void UpdateCanvasHistograms(TDataContainer &dataContainer)
Update the histograms for this canvas.
std::vector< TDCMeasurement > & GetMeasurements()
Get the Vector of TDC Measurements.