ROOT 6.07/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>
Functions | |
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) |
void | matrixOperations (std::string type="", bool clhep=false, bool drawSingleGraph=false) |
void | matrixOperations_do (std::string type="", bool clhep=false, bool drawSingleGraph=false) |
Variables | |
bool | drawSingleGraph = true |
int | fillCol =20 |
const Int_t | N =10 |
std::string | systemName |
int | topX =10 |
int | topY =50 |
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.
void GetData | ( | std::string | s, |
double * | x, | ||
double * | y, | ||
double * | ey | ||
) |
Definition at line 141 of file matrixOperations.C.
void matrixOperations | ( | std::string | type = "" , |
bool | clhep = false , |
||
bool | drawSingleGraph = false |
||
) |
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.
bool drawSingleGraph = true |
Definition at line 17 of file matrixOperations.C.
int fillCol =20 |
Definition at line 15 of file matrixOperations.C.
const Int_t N =10 |
Definition at line 22 of file matrixOperations.C.
std::string systemName |
Definition at line 16 of file matrixOperations.C.
int topX =10 |
Definition at line 19 of file matrixOperations.C.
int topY =50 |
Definition at line 20 of file matrixOperations.C.