![]() |
AliPhysics
3bba2fe (3bba2fe)
|
#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"
Go to the source code of this file.
Functions | |
TString | PdfToTxt (TString filename, Bool_t clear=kFALSE) |
TString | GetTriggerShort (TString trigName) |
void | EscapeSpecialCharsForRegex (TString &str) |
Int_t | GetPage (TString pattern, TString filename, TString trigger="", Bool_t warnIfMissing=kTRUE) |
TString | GetRunList (TString filename) |
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 pattern, TString filename, TString title, ofstream &outFile, TString trigger="", TString label="", Bool_t warnIfMissing=kTRUE) |
Bool_t | MakeTriggerSlide (TString filename, ofstream &outFile) |
Bool_t | MakeTriggerRPCslide (TString filename, ofstream &outFile, Bool_t outliers=kFALSE) |
void | MakeSummary (TString period, ofstream &outFile, TString trackerQA) |
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") |
void | MakeSlides (TString period, TString pass, TString triggerList, TString authors, TString trackerQA="QA_muon_tracker.pdf", TString triggerQA="QA_muon_trigger.pdf", TString texFilename="muonQA.tex", TString outRunList="") |
Definition at line 150 of file MakeSlides.C.
Referenced by MakeSingleFigureSlide(), MakeSlides(), MakeSummary(), MakeTriggerRPCslide(), and MakeTriggerSlide().
Definition at line 413 of file MakeSlides.C.
Referenced by MakeSlides().
void EndFrame | ( | ofstream & | outFile | ) |
Definition at line 161 of file MakeSlides.C.
Referenced by MakeSingleFigureSlide(), MakeSlides(), MakeSummary(), MakeTriggerRPCslide(), and MakeTriggerSlide().
void EndSlides | ( | ofstream & | outFile | ) |
Definition at line 444 of file MakeSlides.C.
Referenced by MakeSlides().
void EscapeSpecialChars | ( | TString & | str | ) |
Definition at line 137 of file MakeSlides.C.
Referenced by MakeSlides().
void EscapeSpecialCharsForRegex | ( | TString & | str | ) |
Definition at line 50 of file MakeSlides.C.
Referenced by GetPage().
Int_t GetPage | ( | TString | pattern, |
TString | filename, | ||
TString | trigger = "" , |
||
Bool_t | warnIfMissing = kTRUE |
||
) |
Definition at line 63 of file MakeSlides.C.
Referenced by MakeSingleFigureSlide(), MakeTriggerRPCslide(), and MakeTriggerSlide().
Definition at line 113 of file MakeSlides.C.
Referenced by MakeSummary(), and WriteRunList().
Definition at line 38 of file MakeSlides.C.
Referenced by MakeSlides().
void MakeDefaultItem | ( | ofstream & | outFile, |
TString | defaultItem = "" |
||
) |
Definition at line 167 of file MakeSlides.C.
Referenced by MakeSlides(), and MakeSummary().
void MakePreamble | ( | ofstream & | outFile | ) |
Definition at line 338 of file MakeSlides.C.
Referenced by MakeSlides().
Bool_t MakeSingleFigureSlide | ( | TString | pattern, |
TString | filename, | ||
TString | title, | ||
ofstream & | outFile, | ||
TString | trigger = "" , |
||
TString | label = "" , |
||
Bool_t | warnIfMissing = kTRUE |
||
) |
Definition at line 175 of file MakeSlides.C.
Referenced by MakeSlides().
void MakeSlides | ( | TString | period, |
TString | pass, | ||
TString | triggerList, | ||
TString | authors, | ||
TString | trackerQA = "QA_muon_tracker.pdf" , |
||
TString | triggerQA = "QA_muon_trigger.pdf" , |
||
TString | texFilename = "muonQA.tex" , |
||
TString | outRunList = "" |
||
) |
Definition at line 488 of file MakeSlides.C.
Definition at line 232 of file MakeSlides.C.
Referenced by MakeSlides().
Definition at line 214 of file MakeSlides.C.
Referenced by MakeSlides().
Definition at line 193 of file MakeSlides.C.
Referenced by MakeSlides().
Definition at line 18 of file MakeSlides.C.
Referenced by GetPage(), GetRunList(), MakeSlides(), and WriteRunList().
void StartAppendix | ( | ofstream & | outFile | ) |
Definition at line 451 of file MakeSlides.C.
Referenced by MakeSlides().
Definition at line 472 of file MakeSlides.C.
Referenced by MakeSlides().