#include <TROOT.h>
#include <iostream>
#include <fstream>
#include <sstream>
#include <vector>
#include "TString.h"
#include "TStyle.h"
#include "TAxis.h"
#include "TGraph.h"
#include "TF1.h"
#include "TH1.h"
#include "TH2.h"
#include "TMultiGraph.h"
#include "TFile.h"
#include "TCanvas.h"
#include "TLegend.h"
#include "TTree.h"
#include "TDirectory.h"
#include "TMath.h"
#include "TPaveText.h"
#include "TLatex.h"
#include "TList.h"
#include "boost/property_tree/ptree.hpp"
Go to the source code of this file.
Classes | |
class | GeometryComparisonPlotter |
Macros | |
#define | DEFAULT_LEVEL 1 |
#define | DEFAULT_WINDOW_HEIGHT 2480 |
#define | DEFAULT_WINDOW_WIDTH 3508 |
#define | NB_SUBLEVELS 6 |
#define DEFAULT_LEVEL 1 |
Definition at line 91 of file GeometryComparisonPlotter.h.
#define DEFAULT_WINDOW_HEIGHT 2480 |
Definition at line 108 of file GeometryComparisonPlotter.h.
#define DEFAULT_WINDOW_WIDTH 3508 |
Definition at line 107 of file GeometryComparisonPlotter.h.
#define NB_SUBLEVELS 6 |
Definition at line 34 of file GeometryComparisonPlotter.h.
Referenced by GeometryComparisonPlotter::MakePlots(), and GeometryComparisonPlotter::MakeTables().