ROOT 6.16/01 Reference Guide |
#include <assert.h>
#include "RConfigure.h"
#include "Riostream.h"
#include "TROOT.h"
#include "TBaseClass.h"
#include "TSystem.h"
#include "TBuffer.h"
#include "TMath.h"
#include "TClass.h"
#include "TBrowser.h"
#include "TString.h"
#include "TInterpreter.h"
#include "TDataSetIter.h"
#include "TTable.h"
#include "TTableDescriptor.h"
#include "TColumnView.h"
#include "TGaxis.h"
#include "TH1.h"
#include "TH2.h"
#include "TProfile.h"
#include "TVirtualPad.h"
#include "TEventList.h"
#include "TPolyMarker.h"
#include "TView.h"
#include "TPolyMarker3D.h"
#include "THLimitsFinder.h"
#include "TTableMap.h"
Macros | |
#define | CALLMETHOD gInterpreter->CallFunc_Exec(callfunc,0); |
#define | StreamElementIn(type) |
#define | StreamElementOut(type) |
#define | TAKEACTION_BEGIN |
#define | TAKEACTION_END for (int j=0; j < tabsDsc->GetNRows(); j++ ) addressArray[j] += rSize;} |
Functions | |
static void | ArrayLayout (UInt_t *layout, const UInt_t *size, Int_t dim) |
ArrayLayout - calculates the array layout recursively. More... | |
static void | FindGoodLimits (Int_t nbins, Int_t &newbins, Float_t &xmin, Float_t &xmax) |
Find reasonable bin values. More... | |
static Char_t * | GetExpressionFileName () |
Create a name of the file in the temporary directory if any. More... | |
Variables | |
static TH1 * | gCurrentTableHist = 0 |
static const char * | gDtorName = "dtor" |
static Int_t | gNbins [4] = {100,100,100,100} |
static Float_t | gVmax [4] = {20,20,20,20} |
static Float_t | gVmin [4] = {0,0,0,0} |
#define CALLMETHOD gInterpreter->CallFunc_Exec(callfunc,0); |
#define StreamElementIn | ( | type | ) |
Definition at line 2185 of file TTable.cxx.
#define StreamElementOut | ( | type | ) |
#define TAKEACTION_BEGIN |
#define TAKEACTION_END for (int j=0; j < tabsDsc->GetNRows(); j++ ) addressArray[j] += rSize;} |
ArrayLayout - calculates the array layout recursively.
Input:
dim - dimension of the targeted array size - the max index for each dimension
Output:
layout - the "start index" for each dimension of an array
Definition at line 197 of file TTable.cxx.
Find reasonable bin values.
This mathod is a straight copy of void TTree::FindGoodLimits method.
Definition at line 734 of file TTable.cxx.
|
static |
Create a name of the file in the temporary directory if any.
Definition at line 1980 of file TTable.cxx.
|
static |
Definition at line 170 of file TTable.cxx.
|
static |
Definition at line 172 of file TTable.cxx.
|
static |
Definition at line 173 of file TTable.cxx.
|
static |
Definition at line 175 of file TTable.cxx.
|
static |
Definition at line 174 of file TTable.cxx.