|
Geant4
10.03
|
#include "CanvasInTab.hh"#include <fstream>#include <string>#include <sstream>#include <vector>#include <set>#include <map>#include <iostream>#include <iomanip>#include <locale>#include <cstring>#include <TApplication.h>#include <TGApplication.h>#include <TTree.h>#include <TNtuple.h>#include <TBranch.h>#include <TProfile.h>#include <TGraph.h>#include <TAxis.h>#include <TGraphErrors.h>#include <TROOT.h>#include <TCanvas.h>#include <TFile.h>#include <TGFileBrowser.h>#include <TGFileDialog.h>#include <TChain.h>#include <TColor.h>
Include dependency graph for plotG.cc:Go to the source code of this file.
Classes | |
| struct | SpeciesInfoAOS |
| struct | SpeciesInfoSOA |
Macros | |
| #define | USE_CANVASINTAB |
| #define | _PROCESS_ONE_FILE_ ProcessSingleFile |
Functions | |
| const TGFileInfo * | OpenRootFile () |
| void | ProcessSingleFile (TFile *file) |
| int | ProcessSingleFile (const char *filePath) |
| int | main (int argc, char **argv) |
| #define _PROCESS_ONE_FILE_ ProcessSingleFile |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 341 of file plotG.cc.
References _PROCESS_ONE_FILE_, and OpenRootFile().
Here is the call graph for this function:| const TGFileInfo* OpenRootFile | ( | ) |
| void ProcessSingleFile | ( | TFile * | file | ) |
Definition at line 158 of file plotG.cc.
References CanvasInTab::AddCanvas(), SpeciesInfoAOS::fG, SpeciesInfoSOA::fG, SpeciesInfoAOS::fG2, SpeciesInfoSOA::fGerr, SpeciesInfoAOS::fName, SpeciesInfoSOA::fName, SpeciesInfoAOS::fNEvent, SpeciesInfoAOS::fNumber, SpeciesInfoSOA::fRelatErr, SpeciesInfoSOA::fTime, CanvasInTab::GetCanvas(), and CanvasInTab::GetNCanvas().
Referenced by ProcessSingleFile().
Here is the call graph for this function:
Here is the caller graph for this function:| int ProcessSingleFile | ( | const char * | filePath | ) |
Definition at line 307 of file plotG.cc.
References ProcessSingleFile().
Here is the call graph for this function: