#include "GeometryComparisonPlotter.h"
Go to the source code of this file.
Macros | |
#define | CHECK_BRANCHES(branchname_vector) |
#define | CHECK_MAP_CONTENT(m, type) |
#define | COLOR_CODE(icolor) int(icolor/4)+icolor+1 |
#define | INDEX_IN_GLOBAL_CANVAS(i1, i2) 1 + i1 + i2*x.size() |
#define | INSIDE_VECTOR(vector) cout << #vector << "={"; for (unsigned int i = 0 ; i < vector.size()-1 ; i++) cout << vector[i] << ","; cout << vector.back() << "}"; |
#define | LIMITS(axes_vector) |
#define | NB_Z_SLICES 2 |
#define | TALKATIVE |
#define CHECK_BRANCHES | ( | branchname_vector | ) |
#define CHECK_MAP_CONTENT | ( | m, | |
type | |||
) |
Definition at line 21 of file GeometryComparisonPlotter.cc.
Referenced by GeometryComparisonPlotter::MakePlots().
#define COLOR_CODE | ( | icolor | ) | int(icolor/4)+icolor+1 |
Referenced by GeometryComparisonPlotter::MakeLegend(), and GeometryComparisonPlotter::MakePlots().
#define INDEX_IN_GLOBAL_CANVAS | ( | i1, | |
i2 | |||
) | 1 + i1 + i2*x.size() |
Referenced by GeometryComparisonPlotter::MakePlots().
#define INSIDE_VECTOR | ( | vector | ) | cout << #vector << "={"; for (unsigned int i = 0 ; i < vector.size()-1 ; i++) cout << vector[i] << ","; cout << vector.back() << "}"; |
Definition at line 19 of file GeometryComparisonPlotter.cc.
Referenced by GeometryComparisonPlotter::MakePlots().
#define LIMITS | ( | axes_vector | ) |
Referenced by GeometryComparisonPlotter::MakePlots().
#define NB_Z_SLICES 2 |
Referenced by GeometryComparisonPlotter::MakePlots().
#define TALKATIVE |
Definition at line 15 of file GeometryComparisonPlotter.cc.