ROOT  6.06/09
Reference Guide
Functions | Variables
pirndm.C File Reference
#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>
+ Include dependency graph for pirndm.C:

Go to the source code of this file.

Functions

template<class Random >
void piRandom (const char *name, Random *r, Long64_t n, Int_t color)
 
void ErrorBand (Long64_t n)
 
void pirndm (Long64_t n1=1, unsigned int seed=0)
 

Variables

TLegendlegend = 0
 
TCanvasc1 = 0
 
TStopwatch timer
 
Double_t cputot = 0
 
std::vector< TH2D * > vh2
 

Function Documentation

void ErrorBand ( Long64_t  n)

Definition at line 108 of file pirndm.C.

Referenced by pirndm().

template<class Random >
void piRandom ( const char *  name,
Random r,
Long64_t  n,
Int_t  color 
)

Definition at line 45 of file pirndm.C.

Referenced by pirndm().

void pirndm ( Long64_t  n1 = 1,
unsigned int  seed = 0 
)

Definition at line 131 of file pirndm.C.

Variable Documentation

TCanvas* c1 = 0

Definition at line 36 of file pirndm.C.

Double_t cputot = 0

Definition at line 38 of file pirndm.C.

Referenced by piRandom(), and pirndm().

TLegend* legend = 0
TStopwatch timer
std::vector<TH2D *> vh2

Definition at line 40 of file pirndm.C.