TV792Histogram.h

Go to the documentation of this file.
00001 #ifndef TV792Histograms_h
00002 #define TV792Histograms_h
00003 
00004 #include <string>
00005 #include "THistogramArrayBase.h"
00006 
00007 /// Class for making histograms of V792 ADC data.
00008 class TV792Histograms : public THistogramArrayBase {
00009  public:
00010   TV792Histograms();
00011   virtual ~TV792Histograms(){};
00012   
00013   /// Update the histograms for this canvas.
00014   void UpdateHistograms(TDataContainer& dataContainer);
00015 
00016   /// Take actions at begin run
00017   void BeginRun(int transition,int run,int time);
00018 
00019   /// Take actions at end run  
00020   void EndRun(int transition,int run,int time);
00021 
00022 private:
00023 
00024   void CreateHistograms();
00025     
00026 };
00027 
00028 #endif
00029 
00030 

Generated on 12 Feb 2016 for ROOT Analyzer by  doxygen 1.6.1