Logo ROOT   6.08/07
Reference Guide
Functions | Variables
matrixOperations.C File Reference
#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:

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
 

Function Documentation

◆ DrawData()

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.

◆ GetData()

void GetData ( std::string  s,
double *  x,
double *  y,
double *  ey 
)

Definition at line 141 of file matrixOperations.C.

◆ matrixOperations()

void matrixOperations ( std::string  type = "",
bool  clhep = false,
bool  drawSingleGraph = false 
)

Definition at line 27 of file matrixOperations.C.

◆ matrixOperations_do()

void matrixOperations_do ( std::string  type = "",
bool  clhep = false,
bool  drawSingleGraph = false 
)

Definition at line 162 of file matrixOperations.C.

Variable Documentation

◆ drawSingleGraph

bool drawSingleGraph = true

Definition at line 17 of file matrixOperations.C.

◆ fillCol

int fillCol =20

Definition at line 15 of file matrixOperations.C.

◆ N

const Int_t N =10

Definition at line 22 of file matrixOperations.C.

◆ systemName

std::string systemName

Definition at line 16 of file matrixOperations.C.

◆ topX

int topX =10

Definition at line 19 of file matrixOperations.C.

◆ topY

int topY =50

Definition at line 20 of file matrixOperations.C.