![]() |
AliPhysics
71e3bc7 (71e3bc7)
|
#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"
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) |
void | MakeRunSummary (ofstream &outFile, TString trackerQA, 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") |
void | UpdateExisting (TString texFilename, TString trackerQA) |
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 151 of file MakeSlides.C.
Referenced by MakeRunSummary(), MakeSingleFigureSlide(), MakeSlides(), MakeSummary(), MakeTriggerRPCslide(), and MakeTriggerSlide().
Definition at line 435 of file MakeSlides.C.
Referenced by MakeSlides().
void EndFrame | ( | ofstream & | outFile | ) |
Definition at line 162 of file MakeSlides.C.
Referenced by MakeRunSummary(), MakeSingleFigureSlide(), MakeSlides(), MakeSummary(), MakeTriggerRPCslide(), and MakeTriggerSlide().
void EndSlides | ( | ofstream & | outFile | ) |
Definition at line 466 of file MakeSlides.C.
Referenced by MakeSlides().
void EscapeSpecialChars | ( | TString & | str | ) |
Definition at line 138 of file MakeSlides.C.
Referenced by MakeSlides().
void EscapeSpecialCharsForRegex | ( | TString & | str | ) |
Definition at line 51 of file MakeSlides.C.
Referenced by GetPage().
Int_t GetPage | ( | TString | pattern, |
TString | filename, | ||
TString | trigger = "" , |
||
Bool_t | warnIfMissing = kTRUE |
||
) |
Definition at line 64 of file MakeSlides.C.
Referenced by MakeSingleFigureSlide(), MakeTriggerRPCslide(), and MakeTriggerSlide().
Definition at line 114 of file MakeSlides.C.
Referenced by MakeRunSummary(), and WriteRunList().
Definition at line 39 of file MakeSlides.C.
Referenced by MakeSlides().
void MakeDefaultItem | ( | ofstream & | outFile, |
TString | defaultItem = "" |
||
) |
Definition at line 168 of file MakeSlides.C.
Referenced by MakeSlides(), and MakeSummary().
void MakePreamble | ( | ofstream & | outFile | ) |
Definition at line 360 of file MakeSlides.C.
Referenced by MakeSlides().
void MakeRunSummary | ( | ofstream & | outFile, |
TString | trackerQA, | ||
ifstream * | inFile = 0x0 |
||
) |
Definition at line 280 of file MakeSlides.C.
Referenced by MakeSlides(), and UpdateExisting().
Bool_t MakeSingleFigureSlide | ( | TString | pattern, |
TString | filename, | ||
TString | title, | ||
ofstream & | outFile, | ||
TString | trigger = "" , |
||
TString | label = "" , |
||
Bool_t | warnIfMissing = kTRUE |
||
) |
Definition at line 176 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 549 of file MakeSlides.C.
void MakeSummary | ( | TString | period, |
ofstream & | outFile | ||
) |
Definition at line 233 of file MakeSlides.C.
Referenced by MakeSlides().
Definition at line 215 of file MakeSlides.C.
Referenced by MakeSlides().
Definition at line 194 of file MakeSlides.C.
Referenced by MakeSlides().
Definition at line 19 of file MakeSlides.C.
Referenced by GetPage(), GetRunList(), MakeSlides(), and WriteRunList().
void StartAppendix | ( | ofstream & | outFile | ) |
Definition at line 473 of file MakeSlides.C.
Referenced by MakeSlides().
Definition at line 512 of file MakeSlides.C.
Referenced by MakeSlides().
Definition at line 495 of file MakeSlides.C.
Referenced by MakeSlides().