#include "StatisticsPlots.h"
#include <vector>
#include <algorithm>
#include <string>
#include <map>
#include <iostream>
#include "TPad.h"
#include "TH1D.h"
#include "TFile.h"
#include "TH2F.h"
#include "TH1F.h"
#include "TText.h"
#include "DPGAnalysis/SiStripTools/interface/CommonAnalyzer.h"
#include "TCanvas.h"
#include "TGraphAsymmErrors.h"
Go to the source code of this file.
Functions | |
TH2F * | Combined2DHisto (TFile &ff, const char *module, const char *histname) |
TH1F * | CombinedHisto (TFile &ff, const char *module, const char *histname) |
void | DeadTimeAPVCycle (TH1F *hist, const std::vector< int > &bins) |
void | StatisticsPlots (const char *fullname, const char *module, const char *label, const char *postfix, const char *shortname, const char *outtrunk) |
TH1D * | SummaryHisto (TFile &ff, const char *module) |
TH1D * | SummaryHistoRatio (TFile &f1, const char *mod1, TFile &f2, const char *mod2, const char *hname) |
TGraphAsymmErrors * | SummaryHistoRatioGraph (TFile &f1, const char *mod1, TFile &f2, const char *mod2, const char *) |
TH1F * | TimeRatio (TFile &ff, const char *modulen, const char *moduled, const int irun, const int rebin) |
TH2F* Combined2DHisto | ( | TFile & | ff, |
const char * | module, | ||
const char * | histname | ||
) |
Definition at line 203 of file StatisticsPlots.cc.
References gather_cfg::cout, CommonAnalyzer::getObject(), CommonAnalyzer::getRunList(), create_public_lumi_plots::hist, mps_fire::i, mps_fire::result, gather_cfg::runs, and CommonAnalyzer::setPath().
TH1F* CombinedHisto | ( | TFile & | ff, |
const char * | module, | ||
const char * | histname | ||
) |
Definition at line 76 of file StatisticsPlots.cc.
References gather_cfg::cout, CommonAnalyzer::getObject(), CommonAnalyzer::getRunList(), create_public_lumi_plots::hist, mps_fire::i, mps_fire::result, gather_cfg::runs, and CommonAnalyzer::setPath().
void DeadTimeAPVCycle | ( | TH1F * | hist, |
const std::vector< int > & | bins | ||
) |
Definition at line 17 of file StatisticsPlots.cc.
References gather_cfg::cout, objects.autophobj::float, mps_fire::i, and HcalSpecialTimes::isSpecial().
void StatisticsPlots | ( | const char * | fullname, |
const char * | module, | ||
const char * | label, | ||
const char * | postfix, | ||
const char * | shortname, | ||
const char * | outtrunk | ||
) |
Definition at line 241 of file StatisticsPlots.cc.
References gather_cfg::cout, compare_using_db::dirname, alignCSCRings::ff, CommonAnalyzer::getObject(), CommonAnalyzer::getRunList(), mps_fire::i, gather_cfg::runs, CommonAnalyzer::setPath(), and AlCaHLTBitMon_QueryRunRegistry::string.
TH1D* SummaryHisto | ( | TFile & | ff, |
const char * | module | ||
) |
Definition at line 142 of file StatisticsPlots.cc.
References CommonAnalyzer::getObject(), CommonAnalyzer::getRunList(), mps_fire::i, gather_cfg::runs, and CommonAnalyzer::setPath().
Referenced by SummaryHistoRatio(), and SummaryHistoRatioGraph().
TH1D* SummaryHistoRatio | ( | TFile & | f1, |
const char * | mod1, | ||
TFile & | f2, | ||
const char * | mod2, | ||
const char * | hname | ||
) |
Definition at line 174 of file StatisticsPlots.cc.
References particleFlowDisplacedVertex_cfi::ratio, and SummaryHisto().
TGraphAsymmErrors* SummaryHistoRatioGraph | ( | TFile & | f1, |
const char * | mod1, | ||
TFile & | f2, | ||
const char * | mod2, | ||
const char * | |||
) |
Definition at line 190 of file StatisticsPlots.cc.
References particleFlowDisplacedVertex_cfi::ratio, and SummaryHisto().
TH1F* TimeRatio | ( | TFile & | ff, |
const char * | modulen, | ||
const char * | moduled, | ||
const int | irun, | ||
const int | rebin | ||
) |
Definition at line 112 of file StatisticsPlots.cc.
References CommonAnalyzer::getObject(), particleFlowDisplacedVertex_cfi::ratio, and CommonAnalyzer::setPath().