![]() |
ROOT
6.06/09
Reference Guide
|
#include "TGraphErrors.h"#include "TMultiGraph.h"#include "TCanvas.h"#include "TLegend.h"#include "TPaveText.h"#include "TFile.h"#include "TProfile.h"#include "TStyle.h"#include "TMath.h"#include "TFrame.h"#include <string>#include <iostream>
Include dependency graph for matrixOperations.C:Go to the source code of this file.
Functions | |
| void | matrixOperations_do (std::string type="", bool clhep=false, bool drawSingleGraph=false) |
| void | matrixOperations (std::string type="", bool clhep=false, bool drawSingleGraph=false) |
| void | DrawData (char *title, TGraphErrors *h1, TGraphErrors *h2, TGraphErrors *h3=0, TGraphErrors *h4=0, TGraphErrors *h5=0, TGraphErrors *h6=0) |
| void | GetData (std::string s, double *x, double *y, double *ey) |
Variables | |
| int | fillCol =20 |
| std::string | systemName |
| bool | drawSingleGraph = true |
| int | topX =10 |
| int | topY =50 |
| const Int_t | N =10 |
| void DrawData | ( | char * | title, |
| TGraphErrors * | h1, | ||
| TGraphErrors * | h2, | ||
| TGraphErrors * | h3 = 0, |
||
| TGraphErrors * | h4 = 0, |
||
| TGraphErrors * | h5 = 0, |
||
| TGraphErrors * | h6 = 0 |
||
| ) |
Definition at line 36 of file matrixOperations.C.
Referenced by matrixOperations_do().
Definition at line 141 of file matrixOperations.C.
Referenced by Rgl::Mc::TMeshBuilder< DataSource, ValueType >::BuildCol(), Rgl::Mc::TMeshBuilder< DataSource, ValueType >::BuildFirstCube(), Rgl::Mc::TMeshBuilder< DataSource, ValueType >::BuildRow(), Rgl::Mc::TMeshBuilder< DataSource, ValueType >::BuildSlice(), and matrixOperations_do().
Definition at line 27 of file matrixOperations.C.
| void matrixOperations_do | ( | std::string | type = "", |
| bool | clhep = false, |
||
| bool | drawSingleGraph = false |
||
| ) |
Definition at line 162 of file matrixOperations.C.
Referenced by matrixOperations().
| bool drawSingleGraph = true |
Definition at line 17 of file matrixOperations.C.
Referenced by matrixOperations().
| int fillCol =20 |
Definition at line 15 of file matrixOperations.C.
Referenced by DrawData(), and matrixOperations_do().
| const Int_t N =10 |
Definition at line 22 of file matrixOperations.C.
Referenced by GetData(), and matrixOperations_do().
| std::string systemName |
Definition at line 16 of file matrixOperations.C.
Referenced by DrawData(), GetData(), and matrixOperations_do().
| int topX =10 |
Definition at line 19 of file matrixOperations.C.
Referenced by matrixOperations_do().
| int topY =50 |
Definition at line 20 of file matrixOperations.C.
Referenced by matrixOperations_do().