![]() |
AliRoot Core
a565103 (a565103)
|
#include "THnSparse.h"
#include "TRandom.h"
#include "TFile.h"
#include "TTree.h"
#include "AliSysInfo.h"
#include "TSystem.h"
#include "TGraph.h"
#include "TMath.h"
Go to the source code of this file.
Functions | |
void | testSparse (Int_t niter, Int_t nsize) |
void | testRead (Int_t nmax=100000) |
void | testMerge (Int_t nmax, Int_t nmerge=1) |
void | DrawDiff () |
void DrawDiff | ( | ) |
Definition at line 163 of file testSparse.cxx.
void testMerge | ( | Int_t | nmax, |
Int_t | nmerge = 1 |
||
) |
test read of THnSparse
Definition at line 126 of file testSparse.cxx.
void testRead | ( | Int_t | nmax = 100000 | ) |
test read of THnSparse
Definition at line 100 of file testSparse.cxx.
void testSparse | ( | Int_t | niter, |
Int_t | nsize | ||
) |
Definition at line 38 of file testSparse.cxx.