AliPhysics  8b695ca (8b695ca)

Plot InvMassFit.C output from different inputs in same canvas. More...

#include <TFile.h>
#include <TDirectoryFile.h>
#include <TList.h>
#include <TString.h>
#include <TROOT.h>
#include <TStyle.h>
#include <TH1D.h>
#include <TH2F.h>
#include <TH3F.h>
#include <TCanvas.h>
#include <TPad.h>
#include <TLegend.h>
#include <TObject.h>
#include <TAxis.h>
#include <TGaxis.h>
#include <TLine.h>
#include <TF1.h>
#include <TMath.h>
#include <TGraphErrors.h>
#include "PlotUtils.C"
Include dependency graph for CompareInvMassGraphsDataProd.C:

Go to the source code of this file.

Functions

void CompareInvMassGraphsDataProd (TString particle="Eta", TString calorimeter="DCAL", TString trigger="default")
 File format: ".eps" ".pdf" ... More...
 

Variables

TString fileFormat = ".eps"
 

Detailed Description

Plot InvMassFit.C output from different inputs in same canvas.

Example file to read output from InvMassFit.C, mass, width counts vs pT, per SM or all SM executed for different analysis options and data productions and plot them in the same canvas. It only recovers and plots mass vs pT.

Author
Gustavo Conesa Balbastre Gusta.nosp@m.vo.C.nosp@m.onesa.nosp@m..Bal.nosp@m.bastr.nosp@m.e@ce.nosp@m.rn.ch, (LPSC-CNRS)

Definition in file CompareInvMassGraphsDataProd.C.

Function Documentation

void CompareInvMassGraphsDataProd ( TString  particle = "Eta",
TString  calorimeter = "DCAL",
TString  trigger = "default" 
)

File format: ".eps" ".pdf" ...

Main method

Parameters
particle: "Pi0", "Eta"
calorimeter: "EMCAL", "DCAL","PHOS"
trigger: calo trigger type

Definition at line 48 of file CompareInvMassGraphsDataProd.C.

Variable Documentation