ROOT 6.10/09 Reference Guide |
#include <iostream>
#include <algorithm>
#include <ctime>
#include <vector>
#include "TStopwatch.h"
#include "TMath.h"
#include "TRandom2.h"
#include <TApplication.h>
#include <TCanvas.h>
#include <TH2F.h>
#include <TGraph.h>
#include <TLegend.h>
#include <TAxis.h>
Functions | |
int | main (int argc, char **argv) |
bool | stdsort () |
template<typename T > | |
bool | testSort (const int n, double *tTMath, double *tStd) |
Variables | |
const int | arraysize = 20 |
const int | increment = 2 |
const int | maxint = 20 |
const int | maxsize = 100000 |
const int | minsize = 10 |
const int | npass0 = 200000 |
bool | showGraphics = false |
bool | verbose = false |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 154 of file stdsort.cxx.
bool stdsort | ( | ) |
Definition at line 93 of file stdsort.cxx.
bool testSort | ( | const int | n, |
double * | tTMath, | ||
double * | tStd | ||
) |
Definition at line 45 of file stdsort.cxx.
const int arraysize = 20 |
Definition at line 25 of file stdsort.cxx.
const int increment = 2 |
Definition at line 24 of file stdsort.cxx.
const int maxint = 20 |
Definition at line 21 of file stdsort.cxx.
const int maxsize = 100000 |
Definition at line 23 of file stdsort.cxx.
const int minsize = 10 |
Definition at line 22 of file stdsort.cxx.
const int npass0 = 200000 |
Definition at line 20 of file stdsort.cxx.
bool showGraphics = false |
Definition at line 27 of file stdsort.cxx.
bool verbose = false |
Definition at line 28 of file stdsort.cxx.