89 TFile f(
"tree2.root",
"recreate");
90 TTree t2(
"t2",
"a Tree with data from a fake Geant3");
92 t2.Branch(
"vect",
gstep.vect,
"vect[7]/F");
93 t2.Branch(
"getot",&
gstep.getot);
94 t2.Branch(
"gekin",&
gstep.gekin);
96 t2.Branch(
"lmec",
gstep.lmec,
"lmec[nmec]/I");
97 t2.Branch(
"destep",&
gstep.destep);
111 for (
Int_t i=0;i<10000;i++) {
188 c1->SetFillColor(42);
194 gPad->SetFillColor(37);
196 t2->Draw(
"vect[0]:vect[1]:vect[2]");
199 t2->ResetBranchAddresses();
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
winID h TVirtualViewer3D TVirtualGLPainter p
R__EXTERN TRandom * gRandom
A TTree is a list of TBranches.
A ROOT file is an on-disk file, usually with extension .root, that stores objects in a file-system-li...
1-D histogram with a float per channel (see TH1 documentation)
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.
A TTree represents a columnar dataset.
Double_t Sqrt(Double_t x)
Returns the square root of x.
Short_t Abs(Short_t d)
Returns the absolute value of parameter Short_t d.