GRSISort
Created by P.C. Bender
Developement Team: P.C. Bender, R. Dunlop, V. Bildstein
An extension of the ROOT analysis Framework
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 <signal.h>
+ Include dependency graph for grsiproof.cxx:

Go to the source code of this file.

Functions

void Analyze (const char *tree_type)
 
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 161 of file grsiproof.cxx.

References pygui.grut-view::action, and HandleSignal().

Referenced by main().

◆ HandleSignal()

void HandleSignal ( int  )

Definition at line 154 of file grsiproof.cxx.

References AtExitHandler().

Referenced by CatchSignals().

◆ main()

◆ SetGRSIEnv()

void SetGRSIEnv ( )

Definition at line 171 of file grsiproof.cxx.

Referenced by main().

Variable Documentation

◆ controlC

bool controlC = false

Definition at line 34 of file grsiproof.cxx.

Referenced by AtExitHandler().

◆ gGRSIOpt

TGRSIOptions* gGRSIOpt

Definition at line 29 of file grsiproof.cxx.

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

◆ gGRSIProof

TGRSIProof* gGRSIProof

Definition at line 28 of file grsiproof.cxx.

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

◆ gPpg

TPPG* gPpg

Definition at line 31 of file grsiproof.cxx.

Referenced by Analyze(), and main().

◆ gStopwatch

TStopwatch* gStopwatch

Definition at line 30 of file grsiproof.cxx.

Referenced by AtExitHandler(), and main().

◆ startedProof

bool startedProof = false

Definition at line 33 of file grsiproof.cxx.

Referenced by AtExitHandler(), and main().