Logo ROOT   6.08/07
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:

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

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

Function Documentation

◆ ErrorBand()

void ErrorBand ( Long64_t  n)

Definition at line 108 of file pirndm.C.

◆ piRandom()

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

Definition at line 45 of file pirndm.C.

◆ pirndm()

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

Definition at line 131 of file pirndm.C.

Variable Documentation

◆ c1

TCanvas* c1 = 0

Definition at line 36 of file pirndm.C.

◆ cputot

Double_t cputot = 0

Definition at line 38 of file pirndm.C.

◆ legend

TLegend* legend = 0

Definition at line 35 of file pirndm.C.

◆ timer

TStopwatch timer

Definition at line 37 of file pirndm.C.

◆ vh2

std::vector<TH2D *> vh2

Definition at line 40 of file pirndm.C.