![]() |
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"
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" |
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.
Definition in file CompareInvMassGraphsDataProd.C.
void CompareInvMassGraphsDataProd | ( | TString | particle = "Eta" , |
TString | calorimeter = "DCAL" , |
||
TString | trigger = "default" |
||
) |
File format: ".eps" ".pdf" ...
Main method
particle | : "Pi0", "Eta" |
calorimeter | : "EMCAL", "DCAL","PHOS" |
trigger | : calo trigger type |
Definition at line 48 of file CompareInvMassGraphsDataProd.C.
TString fileFormat = ".eps" |
Definition at line 38 of file CompareInvMassGraphsDataProd.C.
Referenced by AddChi2JJDecLowHighGraphs(), CompareInvMassGraphsDataProd(), CompareTH3DataAndMCProd(), DrawAnaCaloTrackQA(), and DrawProductionComparison().