28 void parallelMergeClient()
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);
55 for (
int i = 0; i < 25000000; ) {
63 if (i && (i%kUPDATE) == 0) {
virtual Int_t Fill(Double_t x)
Increment bin with abscissa X by 1.
virtual void Rannor(Float_t &a, Float_t &b)
Return 2 numbers distributed following a gaussian with mean=0 and sigma=1.
virtual Int_t Fill()
Fill all branches.
THist< 1, float, THistStatContent, THistStatUncertainty > TH1F
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=1, Int_t netopt=0)
Create / open a file.
virtual void Start(const char *name)
Starts Benchmark with the specified name.
virtual void SetAutoFlush(Long64_t autof=-30000000)
This function may be called at the start of a program to change the default value for fAutoFlush...
virtual void SetSeed(ULong_t seed=0)
Set the random generator seed.
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
R__EXTERN TBenchmark * gBenchmark
Bool_t UploadAndReset()
Upload the current file data to the merging server.
R__EXTERN TRandom * gRandom
virtual Int_t Write(const char *name=0, Int_t opt=0, Int_t bufsiz=0)
Write memory objects to this file and upload them to the parallel merge server.
virtual Int_t Branch(TCollection *list, Int_t bufsize=32000, Int_t splitlevel=99, const char *name="")
Create one branch for each element in the collection.
A TTree object has a header with a name and a title.
THist< 2, float, THistStatContent, THistStatUncertainty > TH2F