![]() |
ROOT
6.06/09
Reference Guide
|
#include "Math/Random.h"#include "Math/GSLRndmEngines.h"#include "TStopwatch.h"#include "TRandom1.h"#include "TRandom2.h"#include "TRandom3.h"#include <iostream>#include <cmath>#include <typeinfo>#include "TH1D.h"#include "TStyle.h"#include "TF1.h"#include "TPaveLabel.h"#include "TCanvas.h"
Include dependency graph for piRandom.C:Go to the source code of this file.
Macros | |
| #define | PI 3.14159265358979323846264338328 /* pi */ |
| #define | NLOOP 1000; |
| #define | NEVT 10000; |
| #define | INTERACTIVE |
Functions | |
| template<class R > | |
| void | generate (R &r, TH1D *h) |
| int | piRandom () |
| int | main () |
| #define INTERACTIVE |
| #define NEVT 10000; |
Definition at line 23 of file piRandom.C.
Referenced by generate(), and piRandom().
| #define NLOOP 1000; |
Definition at line 21 of file piRandom.C.
Referenced by generate(), initValues(), piRandom(), testATBA_C(), testATBA_C2(), testATBA_S(), testATBA_S2(), testATBA_T(), testATBA_T2(), testDot_C(), testDot_S(), testDot_T(), testGMV(), testGMV_T(), testInnerProd_C(), testInnerProd_S(), testInnerProd_T(), testInv_C(), testInv_S(), testInv_T(), testInv_T2(), testInvChol_S(), testInvFast_S(), testMad(), testMad_C(), testMad_T(), testMeq(), testMeq_C(), testMM(), testMM_C(), testMM_T(), testMscale(), testMscale_C(), testMscale_T(), testMT_C(), testMT_S(), testMT_T(), testMV(), testMV_T(), testVad(), testVad_T(), testVeq(), testVscale(), and testVscale_T().
| #define PI 3.14159265358979323846264338328 /* pi */ |
Definition at line 18 of file piRandom.C.
Referenced by generate(), and piRandom().
Definition at line 28 of file piRandom.C.
Referenced by TMVA::DataSetFactory::MixEvents(), piRandom(), and stressVector().
| int main | ( | ) |
Definition at line 183 of file piRandom.C.
| int piRandom | ( | ) |
Definition at line 73 of file piRandom.C.
Referenced by main().