|
ROOT 6.10/09 Reference Guide |
#include "TROOT.h"#include "TStopwatch.h"#include "TMath.h"#include "TRandom1.h"#include "TRandom2.h"#include "TRandom3.h"#include "TCanvas.h"#include "TH2.h"#include "TGraph.h"#include "TSystem.h"#include "TLegend.h"#include "TPaveLabel.h"#include <vector>#include <iostream>Functions | |
| void | ErrorBand (Long64_t n) |
| template<class Random > | |
| void | piRandom (const char *name, Random *r, Long64_t n, Int_t color) |
| void | pirndm (Long64_t n1=1, unsigned int seed=0) |
Variables | |
| TCanvas * | c1 = 0 |
| Double_t | cputot = 0 |
| TLegend * | legend = 0 |
| TStopwatch | timer |
| std::vector< TH2D * > | vh2 |
| TStopwatch timer |