CMS 3D CMS Logo

SiStripQualityHistoryPlots.h
Go to the documentation of this file.
1 #ifndef DPGAnalysis_SiStripTools_SiStripQualityHistoryPlots_h
2 #define DPGAnalysis_SiStripTools_SiStripQualityHistoryPlots_h
3 
4 class TH1D;
5 class TCanvas;
6 class TFile;
7 
8 TH1D* AverageRunBadChannels(TFile& ff, const char* module, const char* histo, const bool excludeLastBins = false);
9 TCanvas* StripCompletePlot(TFile& ff, const char* module, const bool excludeLastBins = false);
10 
11 #endif // DPGAnalysis_SiStripTools_SiStripQualityHistoryPlots_h
TCanvas * StripCompletePlot(TFile &ff, const char *module, const bool excludeLastBins=false)
Definition: vlib.h:198
TH1D * AverageRunBadChannels(TFile &ff, const char *module, const char *histo, const bool excludeLastBins=false)