GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
Loading...
Searching...
No Matches
grsiproof.cxx File Reference
#include "TEnv.h"
#include "TFile.h"
#include "TTree.h"
#include "TChain.h"
#include "TProofLite.h"
#include "TProofLog.h"
#include "TSystemDirectory.h"
#include "TList.h"
#include "TChainElement.h"
#include "TROOT.h"
#include "TInterpreter.h"
#include "TGRSIProof.h"
#include "TGRSIOptions.h"
#include "TChannel.h"
#include "TRunInfo.h"
#include "TObjectWrapper.h"
#include "TStopwatch.h"
#include "TGRSIMap.h"
#include "TPPG.h"
#include "TCutG.h"
#include <iostream>
#include <vector>
#include <string>
#include <csignal>
#include <libgen.h>
+ Include dependency graph for grsiproof.cxx:

Go to the source code of this file.

Functions

void Analyze (const char *treeType)
 
void AtExitHandler ()
 
static void CatchSignals ()
 
void HandleSignal (int)
 
int main (int argc, char **argv)
 
void SetGRSIEnv ()
 

Variables

bool controlC = false
 
TGRSIOptionsgGRSIOpt
 
TGRSIProofgGRSIProof
 
TPPGgPpg
 
TStopwatch * gStopwatch
 
bool startedProof = false
 

Function Documentation

◆ Analyze()

◆ AtExitHandler()

◆ CatchSignals()

static void CatchSignals ( )
static

Definition at line 165 of file grsiproof.cxx.

References HandleSignal().

Referenced by main().

◆ HandleSignal()

void HandleSignal ( int )

Definition at line 158 of file grsiproof.cxx.

References AtExitHandler().

Referenced by CatchSignals().

◆ main()

◆ SetGRSIEnv()

void SetGRSIEnv ( )

Definition at line 175 of file grsiproof.cxx.

Referenced by main().

Variable Documentation

◆ controlC

bool controlC = false

Definition at line 35 of file grsiproof.cxx.

Referenced by AtExitHandler().

◆ gGRSIOpt

TGRSIOptions* gGRSIOpt

Definition at line 30 of file grsiproof.cxx.

Referenced by Analyze(), AtExitHandler(), and main().

◆ gGRSIProof

TGRSIProof* gGRSIProof

Definition at line 29 of file grsiproof.cxx.

Referenced by Analyze(), AtExitHandler(), and main().

◆ gPpg

TPPG* gPpg

Definition at line 32 of file grsiproof.cxx.

Referenced by Analyze(), and main().

◆ gStopwatch

TStopwatch* gStopwatch

Definition at line 31 of file grsiproof.cxx.

Referenced by AtExitHandler(), and main().

◆ startedProof

bool startedProof = false

Definition at line 34 of file grsiproof.cxx.

Referenced by AtExitHandler(), and main().