1#ifndef HnSparseStress_H
2#define HnSparseStress_H
28 virtual Bool_t
Generate(THnSparse * h, Long64_t size = 1e3, Long64_t start = 1e3);
29 virtual Bool_t
Stress(
HnSparse * h, Long64_t size = 1e3,
bool bytes =
false);
31 void SetDebugLevel(Int_t debug) {
fDebugLevel = debug; }
43 void PrintBin(Int_t n, Double_t * c,
const char * msg);
Int_t fPrintRefresh
Print refresh.
bool fDone
Flag is process is done.
bool StressRecursiveLoop(HnSparse *h, int &iDim, int *coord)
virtual Bool_t Generate(THnSparse *h, Long64_t size=1e3, Long64_t start=1e3)
virtual Bool_t Stress(HnSparse *h, Long64_t size=1e3, bool bytes=false)
Int_t fDebugLevel
Debug level.
TStopwatch fTimerTotal
Total timer.
Long64_t fNBytesMax
Max size in bytes.
bool GenerateRecursiveLoop(THnSparse *h, Int_t iDim, Double_t *coord, Int_t *start)
TStopwatch fTimer
Process timer.
Long64_t fNFilledMax
Max size of filled entries.
void PrintBin(Int_t n, Double_t *c, const char *msg)