Logo ROOT   6.12/07
Reference Guide
Variables
TClassTree.cxx File Reference
#include "RConfigure.h"
#include "TROOT.h"
#include "TClassTree.h"
#include "TClassTable.h"
#include "TClass.h"
#include "TBaseClass.h"
#include "TDataMember.h"
#include "TDataType.h"
#include "TRealData.h"
#include "TMethod.h"
#include "TMethodArg.h"
#include "TPad.h"
#include "TPaveClass.h"
#include "TArrow.h"
#include "TText.h"
#include "TSystem.h"
#include "TObjString.h"
#include "Riostream.h"
#include <algorithm>
Include dependency graph for TClassTree.cxx:

Variables

static Float_t gCsize
 
static Float_t gDx
 
static Float_t gDxx
 
static Float_t gDy
 
static Float_t gLabdx
 
static Float_t gLabdy
 
static Int_tgNsons
 
static Int_tgNtsons
 
static Float_t gXsize
 
static Float_t gYsize
 
const Int_t kIsaPointer = BIT(20)
 
const Int_t kIsBasic = BIT(21)
 
const Int_t kIsClassTree = BIT(7)
 
const Int_t kUsedByClass = BIT(14)
 
const Int_t kUsedByCode = BIT(13)
 
const Int_t kUsedByCode1 = BIT(19)
 
const Int_t kUsedByData = BIT(11)
 
const Int_t kUsedByFunc = BIT(12)
 
const Int_t kUsingClass = BIT(18)
 
const Int_t kUsingCode = BIT(17)
 
const Int_t kUsingData = BIT(15)
 
const Int_t kUsingFunc = BIT(16)
 

Variable Documentation

◆ gCsize

Float_t gCsize
static

Definition at line 46 of file TClassTree.cxx.

◆ gDx

Float_t gDx
static

Definition at line 46 of file TClassTree.cxx.

◆ gDxx

Float_t gDxx
static

Definition at line 46 of file TClassTree.cxx.

◆ gDy

Float_t gDy
static

Definition at line 46 of file TClassTree.cxx.

◆ gLabdx

Float_t gLabdx
static

Definition at line 46 of file TClassTree.cxx.

◆ gLabdy

Float_t gLabdy
static

Definition at line 46 of file TClassTree.cxx.

◆ gNsons

Int_t * gNsons
static

Definition at line 47 of file TClassTree.cxx.

◆ gNtsons

Int_t* gNtsons
static

Definition at line 47 of file TClassTree.cxx.

◆ gXsize

Float_t gXsize
static

Definition at line 46 of file TClassTree.cxx.

◆ gYsize

Float_t gYsize
static

Definition at line 46 of file TClassTree.cxx.

◆ kIsaPointer

const Int_t kIsaPointer = BIT(20)

Definition at line 43 of file TClassTree.cxx.

◆ kIsBasic

const Int_t kIsBasic = BIT(21)

Definition at line 44 of file TClassTree.cxx.

◆ kIsClassTree

const Int_t kIsClassTree = BIT(7)

Definition at line 33 of file TClassTree.cxx.

◆ kUsedByClass

const Int_t kUsedByClass = BIT(14)

Definition at line 37 of file TClassTree.cxx.

◆ kUsedByCode

const Int_t kUsedByCode = BIT(13)

Definition at line 36 of file TClassTree.cxx.

◆ kUsedByCode1

const Int_t kUsedByCode1 = BIT(19)

Definition at line 42 of file TClassTree.cxx.

◆ kUsedByData

const Int_t kUsedByData = BIT(11)

Definition at line 34 of file TClassTree.cxx.

◆ kUsedByFunc

const Int_t kUsedByFunc = BIT(12)

Definition at line 35 of file TClassTree.cxx.

◆ kUsingClass

const Int_t kUsingClass = BIT(18)

Definition at line 41 of file TClassTree.cxx.

◆ kUsingCode

const Int_t kUsingCode = BIT(17)

Definition at line 40 of file TClassTree.cxx.

◆ kUsingData

const Int_t kUsingData = BIT(15)

Definition at line 38 of file TClassTree.cxx.

◆ kUsingFunc

const Int_t kUsingFunc = BIT(16)

Definition at line 39 of file TClassTree.cxx.