#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <TStopwatch.h>
#include <TFile.h>
#include <TTree.h>
#include <Riostream.h>
Go to the source code of this file.
|
void | BenchTree () |
|
Float_t | read_sys (const char *filename="data.tmp") |
|
Float_t | read_tree (const char *filename="data.root", Double_t bytes=10000000) |
|
Float_t | write_sys (const char *filename="data.tmp") |
|
Float_t | write_tree (const char *filename="data.root", Int_t nbevents=10000000, Int_t compression=0) |
|