77 tree->Branch(
"event",&
e);
82 if (
iev%1000==0) cout<<
"Processing event "<<
iev<<
"..."<<endl;
106 tree->Draw(
"a.e",
"3*(-.2<b.e && b.e<.2)",
"same");
108 tree->Draw(
"b.e:a.e",
"",
"colz");
110 tree->Draw(
"b.t",
"",
"e");
111 tree->Draw(
"a.t",
"",
"same");
113 tree->Draw(
"b.t:a.t");
116 cout<<
"You can now examine the structure of your tree in the TreeViewer"<<endl;
#define ClassDefOverride(name, id)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
R__EXTERN TRandom * gRandom
Mother of all ROOT objects.
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...
Double_t Rndm() override
Machine independent random number generator.
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.