28void parallelMergeClient()
35 file->UploadAndReset();
41 hpx =
new TH1F(
"hpx",
"This is the px distribution",100,-4,4);
44 hpx =
new TH2F(
"hpxpy",
"py vs px",40,-4,4,40,-4,4);
48 tree->SetAutoFlush(4000000);
49 tree->Branch(
"px",&px);
50 tree->Branch(
"py",&py);
55 for (
int i = 0; i < 25000000; ) {
R__EXTERN TBenchmark * gBenchmark
R__EXTERN TRandom * gRandom
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
virtual void Start(const char *name)
Starts Benchmark with the specified name.
virtual void Show(const char *name)
Stops Benchmark name and Prints results.
static TFile * Open(const char *name, Option_t *option="", const char *ftitle="", Int_t compress=ROOT::RCompressionSetting::EDefaults::kUseCompiledDefault, Int_t netopt=0)
Create / open a file.
1-D histogram with a float per channel (see TH1 documentation)}
TH1 is the base class of all histogram classes in ROOT.
virtual Int_t Fill(Double_t x)
Increment bin with abscissa X by 1.
2-D histogram with a float per channel (see TH1 documentation)}
virtual void SetSeed(ULong_t seed=0)
Set the random generator seed.
virtual void Rannor(Float_t &a, Float_t &b)
Return 2 numbers distributed following a gaussian with mean=0 and sigma=1.
A TTree represents a columnar dataset.