#include "RConfigure.h"#include "TROOT.h"#include "TBuffer.h"#include "TClassTree.h"#include "TClassTable.h"#include "TClass.h"#include "TBaseClass.h"#include "TDataMember.h"#include "TDataType.h"#include "TMethod.h"#include "TMethodArg.h"#include "TVirtualPad.h"#include "TPaveClass.h"#include "TArrow.h"#include "TSystem.h"#include "TObjString.h"#include "strlcpy.h"#include "snprintf.h"#include <fstream>#include <algorithm>Namespaces | |
| namespace | ROOT |
| This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
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 Float_t | gXsize |
| static Float_t | gYsize |
| const Int_t | kIsaPointer = (1ULL << ( 20 )) |
| const Int_t | kIsBasic = (1ULL << ( 21 )) |
| const Int_t | kIsClassTree = (1ULL << ( 7 )) |
| const Int_t | kUsedByClass = (1ULL << ( 14 )) |
| const Int_t | kUsedByCode = (1ULL << ( 13 )) |
| const Int_t | kUsedByCode1 = (1ULL << ( 19 )) |
| const Int_t | kUsedByData = (1ULL << ( 11 )) |
| const Int_t | kUsedByFunc = (1ULL << ( 12 )) |
| const Int_t | kUsingClass = (1ULL << ( 18 )) |
| const Int_t | kUsingCode = (1ULL << ( 17 )) |
| const Int_t | kUsingData = (1ULL << ( 15 )) |
| const Int_t | kUsingFunc = (1ULL << ( 16 )) |
|
static |
Definition at line 48 of file TClassTree.cxx.
|
static |
Definition at line 48 of file TClassTree.cxx.
|
static |
Definition at line 48 of file TClassTree.cxx.
|
static |
Definition at line 48 of file TClassTree.cxx.
|
static |
Definition at line 48 of file TClassTree.cxx.
|
static |
Definition at line 48 of file TClassTree.cxx.
|
static |
Definition at line 48 of file TClassTree.cxx.
|
static |
Definition at line 48 of file TClassTree.cxx.
| const Int_t kIsaPointer = (1ULL << ( 20 )) |
Definition at line 45 of file TClassTree.cxx.
| const Int_t kIsBasic = (1ULL << ( 21 )) |
Definition at line 46 of file TClassTree.cxx.
| const Int_t kIsClassTree = (1ULL << ( 7 )) |
Definition at line 35 of file TClassTree.cxx.
| const Int_t kUsedByClass = (1ULL << ( 14 )) |
Definition at line 39 of file TClassTree.cxx.
| const Int_t kUsedByCode = (1ULL << ( 13 )) |
Definition at line 38 of file TClassTree.cxx.
| const Int_t kUsedByCode1 = (1ULL << ( 19 )) |
Definition at line 44 of file TClassTree.cxx.
| const Int_t kUsedByData = (1ULL << ( 11 )) |
Definition at line 36 of file TClassTree.cxx.
| const Int_t kUsedByFunc = (1ULL << ( 12 )) |
Definition at line 37 of file TClassTree.cxx.
| const Int_t kUsingClass = (1ULL << ( 18 )) |
Definition at line 43 of file TClassTree.cxx.
| const Int_t kUsingCode = (1ULL << ( 17 )) |
Definition at line 42 of file TClassTree.cxx.
| const Int_t kUsingData = (1ULL << ( 15 )) |
Definition at line 40 of file TClassTree.cxx.
| const Int_t kUsingFunc = (1ULL << ( 16 )) |
Definition at line 41 of file TClassTree.cxx.