![]() |
AliPhysics
cc1c0ba (cc1c0ba)
|
#include <map>
#include <vector>
#include <Riostream.h>
#include "TString.h"
#include "TSystem.h"
#include "TROOT.h"
#include "TFile.h"
#include "TEnv.h"
#include "TObjArray.h"
#include "TObjString.h"
#include "TArrayI.h"
#include "TPRegexp.h"
#include "TRegexp.h"
#include "TCanvas.h"
#include "TAxis.h"
#include "TH2.h"
#include "TLegend.h"
#include "TTree.h"
Go to the source code of this file.
Functions | |
TString | GetTriggerShort (TString trigName) |
TObjArray * | GetRunList (TString filename) |
Bool_t | PrintToPdf (TString objName, TString filename, Bool_t closeFile, Bool_t warnIfMissing) |
void | EscapeSpecialChars (TString &str) |
void | BeginFrame (TString title, ofstream &outFile, TString label="") |
void | EndFrame (ofstream &outFile) |
void | MakeDefaultItem (ofstream &outFile, TString defaultItem="") |
Bool_t | MakeSingleFigureSlide (TString objName, TString filename, TString title, ofstream &outFile, TString label="", Bool_t warnIfMissing=kTRUE, Bool_t closePdf=kFALSE) |
Bool_t | MakeTriggerSlide (TString filename, ofstream &outFile) |
Bool_t | MakeTriggerRPCslide (TString filename, ofstream &outFile, Bool_t outliers=kFALSE) |
Bool_t | MakeTriggerRPCslides (TString filename, ofstream &outFile, Bool_t fromTrackerTrack=kFALSE) |
void | MakeSummary (TString period, ofstream &outFile) |
std::map< Int_t, std::vector < Double_t > > | GetRunInfo (TString evsQA) |
void | MakeRunSummary (ofstream &outFile, TString trackerQA, TString evsQA="", ifstream *inFile=0x0) |
void | MakePreamble (ofstream &outFile) |
void | BeginSlides (TString period, TString pass, TString authors, ofstream &outFile) |
void | EndSlides (ofstream &outFile) |
void | StartAppendix (ofstream &outFile) |
void | WriteRunList (TString trackerQA, TString outFilename="runListQA.txt") |
TObjArray * | UpdateExisting (TString texFilename, TString trackerQA, TString evsQA) |
void | MakeSlides (TString period, TString pass, TString triggerList, TString authors, TString trackerQA="QA_muon_tracker.root", TString triggerQA="QA_muon_trigger.root", TString evsQA="trending_evs.root", TString texFilename="muonQA.tex", TString outRunList="") |
Variables | |
Int_t | fNpages = 0 |
const char * | outPdf = "trending.pdf" |
Definition at line 134 of file MakeSlides.C.
Referenced by MakeRunSummary(), MakeSingleFigureSlide(), MakeSlides(), MakeSummary(), MakeTriggerRPCslide(), and MakeTriggerSlide().
Definition at line 543 of file MakeSlides.C.
Referenced by MakeSlides().
void EndFrame | ( | ofstream & | outFile | ) |
Definition at line 146 of file MakeSlides.C.
Referenced by MakeRunSummary(), MakeSingleFigureSlide(), MakeSlides(), MakeSummary(), MakeTriggerRPCslide(), and MakeTriggerSlide().
void EndSlides | ( | ofstream & | outFile | ) |
Definition at line 573 of file MakeSlides.C.
Referenced by MakeSlides().
void EscapeSpecialChars | ( | TString & | str | ) |
Definition at line 121 of file MakeSlides.C.
Referenced by MakeSlides().
Definition at line 338 of file MakeSlides.C.
Referenced by MakeRunSummary().
Definition at line 42 of file MakeSlides.C.
Referenced by MakeRunSummary(), and WriteRunList().
Definition at line 30 of file MakeSlides.C.
Referenced by MakeSlides().
void MakeDefaultItem | ( | ofstream & | outFile, |
TString | defaultItem = "" |
||
) |
Definition at line 153 of file MakeSlides.C.
Referenced by MakeSlides(), and MakeSummary().
void MakePreamble | ( | ofstream & | outFile | ) |
Definition at line 467 of file MakeSlides.C.
Referenced by MakeSlides().
void MakeRunSummary | ( | ofstream & | outFile, |
TString | trackerQA, | ||
TString | evsQA = "" , |
||
ifstream * | inFile = 0x0 |
||
) |
Definition at line 367 of file MakeSlides.C.
Referenced by MakeSlides(), and UpdateExisting().
Bool_t MakeSingleFigureSlide | ( | TString | objName, |
TString | filename, | ||
TString | title, | ||
ofstream & | outFile, | ||
TString | label = "" , |
||
Bool_t | warnIfMissing = kTRUE , |
||
Bool_t | closePdf = kFALSE |
||
) |
Definition at line 162 of file MakeSlides.C.
Referenced by MakeSlides(), and MakeTriggerRPCslides().
void MakeSlides | ( | TString | period, |
TString | pass, | ||
TString | triggerList, | ||
TString | authors, | ||
TString | trackerQA = "QA_muon_tracker.root" , |
||
TString | triggerQA = "QA_muon_trigger.root" , |
||
TString | evsQA = "trending_evs.root" , |
||
TString | texFilename = "muonQA.tex" , |
||
TString | outRunList = "" |
||
) |
Definition at line 654 of file MakeSlides.C.
void MakeSummary | ( | TString | period, |
ofstream & | outFile | ||
) |
Definition at line 290 of file MakeSlides.C.
Referenced by MakeSlides().
Definition at line 253 of file MakeSlides.C.
Referenced by MakeSlides().
Bool_t MakeTriggerRPCslides | ( | TString | filename, |
ofstream & | outFile, | ||
Bool_t | fromTrackerTrack = kFALSE |
||
) |
Definition at line 277 of file MakeSlides.C.
Referenced by MakeSlides().
Definition at line 182 of file MakeSlides.C.
Referenced by MakeSlides().
Definition at line 79 of file MakeSlides.C.
Referenced by MakeSingleFigureSlide(), and MakeTriggerRPCslide().
void StartAppendix | ( | ofstream & | outFile | ) |
Definition at line 581 of file MakeSlides.C.
Referenced by MakeSlides().
Definition at line 609 of file MakeSlides.C.
Referenced by MakeSlides().
Definition at line 595 of file MakeSlides.C.
Referenced by MakeSlides().
Int_t fNpages = 0 |
Definition at line 26 of file MakeSlides.C.
Referenced by MakeSingleFigureSlide(), MakeTriggerRPCslide(), MakeTriggerSlide(), and PrintToPdf().
const char* outPdf = "trending.pdf" |
Definition at line 27 of file MakeSlides.C.
Referenced by MakeSingleFigureSlide(), MakeTriggerRPCslide(), MakeTriggerSlide(), and PrintToPdf().