![]() |
AliPhysics
v5-06-15-01 (a46fc20)
|
#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"
Go to the source code of this file.
Functions | |
TString | GetConvertedFilename (TString filename) |
TString | GetTriggerShort (TString trigName) |
Int_t | GetPage (TString pattern, TString filename) |
void | EscapeSpecialChars (TString &str) |
void | BeginFrame (TString title, ofstream &outFile) |
void | EndFrame (ofstream &outFile) |
void | MakeDefaultItem (ofstream &outFile, TString defaultItem="") |
Bool_t | MakeSingleFigureSlide (TString pattern, TString filename, TString title, ofstream &outFile) |
Bool_t | MakeTriggerSlide (TString filename, ofstream &outFile) |
Bool_t | MakeTriggerRPCslide (TString filename, ofstream &outFile) |
void | MakeSummary (TString period, ofstream &outFile) |
void | MakePreamble (ofstream &outFile) |
void | BeginSlides (TString period, TString pass, TString authors, ofstream &outFile) |
void | EndSlides (ofstream &outFile) |
void | StartAppendix (ofstream &outFile) |
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") |
void BeginFrame | ( | TString | title, |
ofstream & | outFile | ||
) |
Definition at line 107 of file MakeSlides.C.
Referenced by MakeSingleFigureSlide(), MakeSlides(), MakeSummary(), MakeTriggerRPCslide(), and MakeTriggerSlide().
void BeginSlides | ( | TString | period, |
TString | pass, | ||
TString | authors, | ||
ofstream & | outFile | ||
) |
Definition at line 317 of file MakeSlides.C.
Referenced by MakeSlides().
void EndFrame | ( | ofstream & | outFile | ) |
Definition at line 116 of file MakeSlides.C.
Referenced by MakeSingleFigureSlide(), MakeSlides(), MakeSummary(), MakeTriggerRPCslide(), and MakeTriggerSlide().
void EndSlides | ( | ofstream & | outFile | ) |
Definition at line 348 of file MakeSlides.C.
Referenced by MakeSlides().
void EscapeSpecialChars | ( | TString & | str | ) |
Definition at line 94 of file MakeSlides.C.
Referenced by MakeSlides().
TString GetConvertedFilename | ( | TString | filename | ) |
Definition at line 17 of file MakeSlides.C.
Referenced by GetPage(), and MakeSlides().
Int_t GetPage | ( | TString | pattern, |
TString | filename | ||
) |
Definition at line 37 of file MakeSlides.C.
Referenced by MakeSingleFigureSlide(), MakeTriggerRPCslide(), and MakeTriggerSlide().
TString GetTriggerShort | ( | TString | trigName | ) |
Definition at line 25 of file MakeSlides.C.
Referenced by MakeSlides().
void MakeDefaultItem | ( | ofstream & | outFile, |
TString | defaultItem = "" |
||
) |
Definition at line 122 of file MakeSlides.C.
Referenced by MakeSlides(), and MakeSummary().
void MakePreamble | ( | ofstream & | outFile | ) |
Definition at line 252 of file MakeSlides.C.
Referenced by MakeSlides().
Bool_t MakeSingleFigureSlide | ( | TString | pattern, |
TString | filename, | ||
TString | title, | ||
ofstream & | outFile | ||
) |
Definition at line 130 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" |
||
) |
Definition at line 375 of file MakeSlides.C.
void MakeSummary | ( | TString | period, |
ofstream & | outFile | ||
) |
Definition at line 186 of file MakeSlides.C.
Referenced by MakeSlides().
Bool_t MakeTriggerRPCslide | ( | TString | filename, |
ofstream & | outFile | ||
) |
Definition at line 169 of file MakeSlides.C.
Referenced by MakeSlides().
Bool_t MakeTriggerSlide | ( | TString | filename, |
ofstream & | outFile | ||
) |
Definition at line 148 of file MakeSlides.C.
Referenced by MakeSlides().
void StartAppendix | ( | ofstream & | outFile | ) |
Definition at line 355 of file MakeSlides.C.
Referenced by MakeSlides().