ROOT 6.10/09 Reference Guide |
#include <iostream>
#include <algorithm>
#include <ctime>
#include <vector>
#include "TMath.h"
#include "TRandom2.h"
Classes | |
struct | CompareAsc< T > |
struct | CompareDesc< T > |
Functions | |
int | main (int, char **) |
bool | stdsort () |
template<typename T > | |
bool | testSort (const int n) |
Variables | |
const int | maxint = 20 |
int main | ( | int | , |
char ** | |||
) |
Definition at line 107 of file testSortOrder.cxx.
bool stdsort | ( | ) |
Definition at line 102 of file testSortOrder.cxx.
bool testSort | ( | const int | n | ) |
Definition at line 41 of file testSortOrder.cxx.
const int maxint = 20 |
Definition at line 11 of file testSortOrder.cxx.