92 TFile f(
"tree2.root",
"recreate");
93 TTree t2(
"t2",
"a Tree with data from a fake Geant3");
95 t2.Branch(
"track",&
gstep,8000,1);
110 for (
Int_t i=0;i<10000;i++) {
173 t2->SetBranchAddress(
"track",&
gstep);
190 c1->SetFillColor(42);
196 gPad->SetFillColor(37);
198 t2->Draw(
"vect[0]:vect[1]:vect[2]");
199 if (
gROOT->IsBatch())
return;
202 gPad->GetViewer3D(
"x3d");
#define ClassDefOverride(name, id)
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)
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.
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.