ROOT
6.06/09
Reference Guide
|
#include <assert.h>
#include "RConfigure.h"
#include "Riosfwd.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"
Go to the source code of this file.
Macros | |
#define | CALLMETHOD gInterpreter->CallFunc_Exec(callfunc,0); |
#define | TAKEACTION_BEGIN |
#define | TAKEACTION_END for (int j=0; j < tabsDsc->GetNRows(); j++ ) addressArray[j] += rSize;} |
#define | StreamElementIn(type) |
#define | StreamElementOut(type) |
Functions | |
static void | ArrayLayout (UInt_t *layout, const UInt_t *size, Int_t dim) |
ArrayLayout - calculates the array layout recursively. More... | |
ClassImp(TTable) TTableDescriptor *TTable return new | TTableDescriptor (this) |
protected: create a new TTableDescriptor descriptor for this table More... | |
static void | FindGoodLimits (Int_t nbins, Int_t &newbins, Float_t &xmin, Float_t &xmax) |
*-*-*-*-*-*-*-*-*Find reasonable bin values*-*-*-*-*-*-*-*-*-*-*-*-*-*-* *-* ========================== *-* This mathod is a straight copy of void TTree::FindGoodLimits method *-* 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 | gVmin [4] = {0,0,0,0} |
static Float_t | gVmax [4] = {20,20,20,20} |
#define CALLMETHOD gInterpreter->CallFunc_Exec(callfunc,0); |
#define StreamElementIn | ( | type | ) |
Definition at line 2196 of file TTable.cxx.
#define StreamElementOut | ( | type | ) |
#define TAKEACTION_BEGIN |
Referenced by TTable::EntryLoop().
#define TAKEACTION_END for (int j=0; j < tabsDsc->GetNRows(); j++ ) addressArray[j] += rSize;} |
Referenced by TTable::EntryLoop().
ArrayLayout - calculates the array layout recursively.
dim - dimension of the targeted array size - the max index for each dimension
layout - the "start index" for each dimension of an array
Definition at line 198 of file TTable.cxx.
Referenced by TTable::Print(), and TTable::SavePrimitive().
*-*-*-*-*-*-*-*-*Find reasonable bin values*-*-*-*-*-*-*-*-*-*-*-*-*-*-* *-* ========================== *-* This mathod is a straight copy of void TTree::FindGoodLimits method *-*
Definition at line 739 of file TTable.cxx.
Referenced by TTable::EntryLoop().
|
static |
Create a name of the file in the temporary directory if any.
Definition at line 1991 of file TTable.cxx.
Referenced by TTable::MakeExpression().
ClassImp (TTable) TTableDescriptor *TTable return new TTableDescriptor | ( | this | ) |
protected: create a new TTableDescriptor descriptor for this table
Referenced by ClassImp(), TIndexTable::CreateDescriptor(), TTable::TableDictionary(), TGenericTable::TGenericTable(), and TResponseTable::TResponseTable().
|
static |
Definition at line 171 of file TTable.cxx.
Referenced by TTable::Draw(), and TTable::Fit().
|
static |
Definition at line 173 of file TTable.cxx.
Referenced by TTable::Clear(), and TTable::Delete().
|
static |
Definition at line 174 of file TTable.cxx.
Referenced by TTable::Draw(), and TTable::EntryLoop().
|
static |
Definition at line 176 of file TTable.cxx.
Referenced by TTable::Draw(), and TTable::EntryLoop().
|
static |
Definition at line 175 of file TTable.cxx.
Referenced by TTable::Draw(), and TTable::EntryLoop().