#include "SiStripQualityHistoryPlots.h"
#include <iostream>
#include <algorithm>
#include <vector>
#include <string>
#include <map>
#include "TPad.h"
#include "TFile.h"
#include "TH2F.h"
#include "TH1F.h"
#include "TProfile.h"
#include "TGraph.h"
#include "DPGAnalysis/SiStripTools/interface/CommonAnalyzer.h"
#include "TCanvas.h"
#include "TStyle.h"
Go to the source code of this file.
Functions | |
TH1D * | AverageRunBadChannels (TFile &ff, const char *module, const char *histo, const bool excludeLastBins) |
TCanvas * | StripCompletePlot (TFile &ff, const char *module, const bool excludeLastBins) |
TH1D* AverageRunBadChannels | ( | TFile & | ff, |
const char * | module, | ||
const char * | histo, | ||
const bool | excludeLastBins | ||
) |
Definition at line 17 of file SiStripQualityHistoryPlots.cc.
References gather_cfg::cout, CommonAnalyzer::getObject(), CommonAnalyzer::getRunList(), mps_fire::i, writedatasetfile::runs, and CommonAnalyzer::setPath().
Referenced by StripCompletePlot().
TCanvas* StripCompletePlot | ( | TFile & | ff, |
const char * | module, | ||
const bool | excludeLastBins | ||
) |
Definition at line 62 of file SiStripQualityHistoryPlots.cc.
References AverageRunBadChannels().