Hall A ROOT/C++ Analyzer (podd)
|
#include "TROOT.h"
#include "TClass.h"
#include "TError.h"
#include "TSystem.h"
#include "TString.h"
#include "TRegexp.h"
#include "TTree.h"
#include "THaInterface.h"
#include "TInterpreter.h"
#include "THaVarList.h"
#include "THaCutList.h"
#include "CodaRawDecoder.h"
#include "THaGlobals.h"
#include "THaAnalyzer.h"
#include "Textvars.h"
#include "ha_compiledata.h"
#include <cstring>
#include <sstream>
#include <iomanip>
Go to the source code of this file.
Variables | |
static TString | fgTZ |
TList * | gHaApps = nullptr |
THaCutList * | gHaCuts = nullptr |
THaDB * | gHaDB = nullptr |
TClass * | gHaDecoder = nullptr |
TList * | gHaEvtHandlers = nullptr |
TList * | gHaPhysics = nullptr |
THaRunBase * | gHaRun = nullptr |
THaVarList * | gHaVars = nullptr |
|
static |
Definition at line 47 of file THaInterface.cxx.
TList* gHaApps = nullptr |
Definition at line 38 of file THaInterface.cxx.
THaCutList* gHaCuts = nullptr |
Definition at line 37 of file THaInterface.cxx.
THaDB* gHaDB = nullptr |
Definition at line 43 of file THaInterface.cxx.
TClass* gHaDecoder = nullptr |
Definition at line 42 of file THaInterface.cxx.
TList* gHaEvtHandlers = nullptr |
Definition at line 40 of file THaInterface.cxx.
TList* gHaPhysics = nullptr |
Definition at line 39 of file THaInterface.cxx.
THaRunBase* gHaRun = nullptr |
Definition at line 41 of file THaInterface.cxx.
THaVarList* gHaVars = nullptr |
Definition at line 36 of file THaInterface.cxx.