ROOTANA
TV1720Correlations.h
Go to the documentation of this file.
1 #ifndef TV1720Correlations_h
2 #define TV1720Correlations_h
3 
4 #include <string>
5 #include "THistogramArrayBase.h"
6 #include "TH2D.h"
7 /// Class for making 2D histogram of correlation
8 /// between V1720 pulse height and bin
10 public:
12  SetSubTabName("V1720 Correlations");
14  };
15  virtual ~TV1720Correlations(){};
16 
17  void UpdateHistograms(TDataContainer& dataContainer);
18 
19  // Reset the histograms; needed before we re-fill each histo.
20  void Reset();
21 
22  void CreateHistograms();
23 
24  /// Take actions at begin run
25  void BeginRun(int transition,int run,int time){
27  }
28 
29 private:
30 };
31 
32 #endif
33 
34 
virtual void SetSubTabName(std::string name)
Set the name of the sub-tab for these plots, if running DaqDisplay.
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.
void UpdateHistograms(TDataContainer &dataContainer)
Update the histograms for this canvas.