![]() |
AliRoot Core
edcc906 (edcc906)
|
#include "TStatToolkit.h"
#include "Riostream.h"
#include <iostream>
#include "TSystem.h"
#include "TNamed.h"
#include "TFile.h"
#include "TTree.h"
#include "TPRegexp.h"
#include "TFriendElement.h"
#include "AliExternalInfo.h"
#include "TTreeFormula.h"
#include "TTreeFormulaManager.h"
#include "AliTreePlayer.h"
Go to the source code of this file.
Functions | |
void | testSelectMetadata () |
void | testselectTreeInfo () |
void | testConvertTree () |
void | AliTreePlayerTest () |
void | testselectWhatWhereOrderByForTRD () |
void | reproduceIndexProblem () |
Variables | |
TTree * | testTree = 0x0 |
test of AliTreePlayer class More... | |
void AliTreePlayerTest | ( | ) |
Definition at line 53 of file AliTreePlayerTest.C.
void reproduceIndexProblem | ( | ) |
Definition at line 178 of file AliTreePlayerTest.C.
void testConvertTree | ( | ) |
Definition at line 146 of file AliTreePlayerTest.C.
Referenced by AliTreePlayerTest().
void testSelectMetadata | ( | ) |
Definition at line 65 of file AliTreePlayerTest.C.
Referenced by AliTreePlayerTest().
void testselectTreeInfo | ( | ) |
Definition at line 102 of file AliTreePlayerTest.C.
Referenced by AliTreePlayerTest().
void testselectWhatWhereOrderByForTRD | ( | ) |
Definition at line 117 of file AliTreePlayerTest.C.
TTree* testTree = 0x0 |
test of AliTreePlayer class
/
To run standalone:
Output should be all test OK:
To run test interactivally, or test subsets (in debugger,valgrind/callgrind):
Tests: see description in individual test
Definition at line 46 of file AliTreePlayerTest.C.
Referenced by AliTreePlayerTest(), testSelectMetadata(), and testselectTreeInfo().