#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"
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) |
#define ADDBACK 0 |
Definition at line 38 of file exAnalysis.cxx.
#define CUBES 0 |
Definition at line 36 of file exAnalysis.cxx.
#define FRAGCOUNT 1 |
Definition at line 39 of file exAnalysis.cxx.
#define SCEP 0 |
Definition at line 37 of file exAnalysis.cxx.
TList* exAnalysis | ( | TTree * | tree, |
long | maxEntries = 0 , |
||
TStopwatch * | w = nullptr |
||
) |
Definition at line 71 of file exAnalysis.cxx.
References TDetectorHit::GetEnergy(), TGriffin::GetGriffinHit(), TGriffin::GetHit(), TDetector::GetHit(), TGriffin::GetMultiplicity(), TDetector::GetMultiplicity(), TDetectorHit::GetTime(), and MEM_SIZE.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 181 of file exAnalysis.cxx.
References pygui.grut-view::argv, DBLUE, DYELLOW, exAnalysis(), TChannel::ReadCalFromTree(), and RESET_COLOR.
Referenced by GRootCanvas::ShowEditor().