ROOT
6.06/09
Reference Guide
|
#include <cmath>
#include "TKDTreeBinning.h"
#include "TH2D.h"
#include "TH2Poly.h"
#include "TStyle.h"
#include "TRandom3.h"
#include "TCanvas.h"
#include "TApplication.h"
#include "TMarker.h"
#include <iostream>
Go to the source code of this file.
Functions | |
void | testkdTreeBinning () |
int | main (int argc, char **argv) |
Variables | |
bool | verbose = false |
bool | showGraphics = false |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 156 of file testkdTreeBinning.cxx.
void testkdTreeBinning | ( | ) |
Definition at line 32 of file testkdTreeBinning.cxx.
Referenced by main().
bool showGraphics = false |
Definition at line 26 of file testkdTreeBinning.cxx.
Referenced by main(), and testkdTreeBinning().
bool verbose = false |
Definition at line 25 of file testkdTreeBinning.cxx.
Referenced by main(), and testkdTreeBinning().