#include <string.h>
#include <cstring>
#include "TChain.h"
#include "TFile.h"
#include "TH1.h"
#include "TTree.h"
#include "TKey.h"
#include "Riostream.h"
#include <vector>
#include <sstream>
#include "TCanvas.h"
#include "TLegend.h"
#include "TROOT.h"
#include "TPaveStats.h"
#include "TObjArray.h"
#include "TObjString.h"
#include "TStyle.h"
#include "TEnv.h"
Go to the source code of this file.
Functions | |
void | ColourStatsBoxes (TObjArray *hists) |
void | compareAlignments (TString namesandlabels="readFromFile") |
void | MergeRootfile (TDirectory *target, TList *sourcelist, TList *labellist) |
void | nicePad (Int_t logx, Int_t logy) |
void | SetMinMaxRange (TObjArray *hists) |
Variables | |
TList * | FileList |
TList * | LabelList |
std::vector< std::string > | lowestlevels |
TFile * | Target |
std::vector< int > | theColors |
std::vector< int > | theStyles |
void ColourStatsBoxes | ( | TObjArray * | hists | ) |
Definition at line 291 of file compareAlignments.cc.
References h.
Referenced by MergeRootfile().
void compareAlignments | ( | TString | namesandlabels = "readFromFile" | ) |
Definition at line 34 of file compareAlignments.cc.
References gather_cfg::cout, FileList, i, LabelList, lowestlevels, MergeRootfile(), NULL, Target, theColors, and theStyles.
void MergeRootfile | ( | TDirectory * | target, |
TList * | sourcelist, | ||
TList * | labellist | ||
) |
Definition at line 111 of file compareAlignments.cc.
References trackerHits::c, dtNoiseDBValidation_cfg::cerr, ColourStatsBoxes(), gather_cfg::cout, combine::key, create_public_lumi_plots::leg, lowestlevels, nicePad(), NULL, getGTfromDQMFile::obj, getHLTPrescaleColumns::path, lumiQueryAPI::q, SetMinMaxRange(), ntuplemaker::status, AlCaHLTBitMon_QueryRunRegistry::string, theColors, and theStyles.
Referenced by compareAlignments().
void nicePad | ( | Int_t | logx, |
Int_t | logy | ||
) |
void SetMinMaxRange | ( | TObjArray * | hists | ) |
Definition at line 328 of file compareAlignments.cc.
References h, i, max(), and bookConverter::min.
Referenced by MergeRootfile().
TList* FileList |
Definition at line 21 of file compareAlignments.cc.
Referenced by compareAlignments().
TList* LabelList |
Definition at line 22 of file compareAlignments.cc.
Referenced by compareAlignments().
std::vector< std::string > lowestlevels |
Definition at line 24 of file compareAlignments.cc.
Referenced by compareAlignments(), and MergeRootfile().
TFile* Target |
Definition at line 23 of file compareAlignments.cc.
Referenced by compareAlignments(), and HistoData::setResultTarget().
std::vector< int > theColors |
Definition at line 25 of file compareAlignments.cc.
Referenced by compareAlignments(), and MergeRootfile().
std::vector< int > theStyles |
Definition at line 26 of file compareAlignments.cc.
Referenced by compareAlignments(), and MergeRootfile().