#include "TROOT.h"#include "TFile.h"#include "TTree.h"#include "TBrowser.h"#include "TH2.h"#include "TRandom.h"Go to the source code of this file.
Functions | |
| void | tree1w () |
| void | tree1r () |
| void | tree1 () |
| void tree1 | ( | ) |
Definition at line 94 of file tree1.C.
References tree1r(), and tree1w().
Referenced by MakeTrees().
| void tree1r | ( | ) |
Definition at line 55 of file tree1.C.
References TH2::Fill(), TH1::Fill(), TTree::GetEntries(), TTree::GetEntry(), gROOT, hpx, i, TROOT::IsBatch(), nentries, random, TTree::SetBranchAddress(), and TTree::StartViewer().
Referenced by tree1().
| void tree1w | ( | ) |
Definition at line 25 of file tree1.C.
References TTree::Branch(), TTree::Fill(), gRandom, i, random, TRandom::Rannor(), TRandom::Rndm(), and TTree::Write().
Referenced by tree1().
1.5.1