![]() |
AliPhysics
b8420c0 (b8420c0)
|
#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>
Go to the source code of this file.
Functions | |
void | AddChi2JJDecLowHighGraphs (TString quantity="SMM02NoCut", TString titleData="LHC11cd_EMC7", TString opt="", TString fileFormat=".eps") |
void AddChi2JJDecLowHighGraphs | ( | TString | quantity = "SMM02NoCut" , |
TString | titleData = "LHC11cd_EMC7" , |
||
TString | opt = "" , |
||
TString | fileFormat = ".eps" |
||
) |
Main method
quantity | : Name of histogram with the parameter to study = "SMM02NoCut", "SMM02NoCut","SMM02", "SMM20LowM02NoCut","SMM20LowM02","SMM20HighM02NoCut","SMM20HighM02","SMNCell" |
titleData | : Simplified string acronym of input data |
opt | : Additional string in input file name containing analysis options |
fileFormat | : String with file format starting with . |
Definition at line 45 of file AddChi2JJDecLowHighGraphs.C.