GRSISort
Created by P.C. Bender
Developement Team: P.C. Bender, R. Dunlop, V. Bildstein
An extension of the ROOT analysis Framework
exAnalysis.cxx File Reference
#include <iostream>
#include <iomanip>
#include <utility>
#include <vector>
#include <cstdio>
#include <sys/stat.h>
#include "TROOT.h"
#include "TTree.h"
#include "TTreeIndex.h"
#include "TVirtualIndex.h"
#include "TChain.h"
#include "TFile.h"
#include "TList.h"
#include "TF1.h"
#include "TH1F.h"
#include "TH2F.h"
#include "TH3F.h"
#include "TCanvas.h"
#include "TStopwatch.h"
#include "TMath.h"
#include "TGRSIRunInfo.h"
#include "TUserSortInfo.h"
#include "Globals.h"
#include "TGriffin.h"
#include "TSceptar.h"
+ Include dependency graph for exAnalysis.cxx:

Go to the source code of this file.

Macros

#define ADDBACK   0
 
#define CUBES   0
 
#define FRAGCOUNT   1
 
#define SCEP   0
 

Functions

TList * exAnalysis (TTree *tree, long maxEntries=0, TStopwatch *w=nullptr)
 
int main (int argc, char **argv)
 

Macro Definition Documentation

◆ ADDBACK

#define ADDBACK   0

Definition at line 38 of file exAnalysis.cxx.

◆ CUBES

#define CUBES   0

Definition at line 36 of file exAnalysis.cxx.

◆ FRAGCOUNT

#define FRAGCOUNT   1

Definition at line 39 of file exAnalysis.cxx.

◆ SCEP

#define SCEP   0

Definition at line 37 of file exAnalysis.cxx.

Function Documentation

◆ exAnalysis()

TList* exAnalysis ( TTree *  tree,
long  maxEntries = 0,
TStopwatch *  w = nullptr 
)

◆ main()

int main ( int  argc,
char **  argv 
)