33 void tclwrite(
Int_t split)
37 TFile f(
"tcl.root",
"recreate");
38 f.SetCompressionLevel(1);
42 T.Branch(
"tcl",&arr,256000,split);
49 for (
Int_t ev=0;ev<10000;ev++) {
52 if(nlines < 0) nlines = 1;
53 for (
Int_t i=0;i<nlines;i++) {
58 new(ar[i])
TLine(x1,y1,x2,y2);
73 TH2F *h2 =
new TH2F(
"h2",
"center of lines",40,0,1,40,0,1);
83 for (
Int_t i=0;i<nlines;i++) {
91 void tcl(
Int_t split=0)
virtual Double_t Gaus(Double_t mean=0, Double_t sigma=1)
Samples a random number from the standard Normal (Gaussian) Distribution with the given mean and sigm...
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format...
virtual TObject * Get(const char *namecycle)
Return pointer to object identified by namecycle.
virtual void Show(const char *name)
Stops Benchmark name and Prints results.
virtual Int_t GetEntry(Long64_t entry=0, Int_t getall=0)
Read all branches of entry and return total number of bytes read.
TObject * At(Int_t idx) const
void BypassStreamer(Bool_t bypass=kTRUE)
When the kBypassStreamer bit is set, the automatically generated Streamer can call directly TClass::W...
static const double x2[5]
virtual void Start(const char *name)
Starts Benchmark with the specified name.
virtual Int_t SetBranchAddress(const char *bname, void *add, TBranch **ptr=0)
Change branch address, dealing with clone trees properly.
virtual void Clear(Option_t *option="")
Clear the clones array.
virtual Double_t Rndm()
Machine independent random number generator.
virtual TBranch * GetBranch(const char *name)
Return pointer to the branch with the given name in this tree or its friends.
virtual void Draw(Option_t *option="")
Draw this histogram with options.
R__EXTERN TBenchmark * gBenchmark
2-D histogram with a float per channel (see TH1 documentation)}
Int_t GetEntriesFast() const
R__EXTERN TRandom * gRandom
static const double x1[5]
virtual Long64_t GetEntries() const
An array of clone (identical) objects.
A TTree object has a header with a name and a title.
Int_t Fill(Double_t)
Invalid Fill method.
THist< 2, float, THistStatContent, THistStatUncertainty > TH2F
virtual void SetAutoDelete(Bool_t autodel=kTRUE)
Set the automatic delete bit.