![]() |
AliPhysics
b8420c0 (b8420c0)
|
Plot Shower shape vs E 2D histogram with limits. More...
#include <TFile.h>
#include <TDirectoryFile.h>
#include <TList.h>
#include <TString.h>
#include <TROOT.h>
#include <TStyle.h>
#include <TH2F.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 <TLatex.h>
#include <TPaveText.h>
Go to the source code of this file.
Functions | |
void | DrawM02PhotonPi0BandLimits (TString filepath="data/", TString filename="LHC11cd_EMC7", TString dirname="", TString listname="", TString histoname="AnaPhoton_hLam0E") |
Plot Shower shape vs E 2D histogram with limits.
Macro to plot cluster 2D histograms shower shape long axis vs energy and the pi0 and photon selection bands. Several performance plots produced with this or similar macro.
Definition in file DrawM02PhotonPi0BandLimits.C.
void DrawM02PhotonPi0BandLimits | ( | TString | filepath = "data/" , |
TString | filename = "LHC11cd_EMC7" , |
||
TString | dirname = "" , |
||
TString | listname = "" , |
||
TString | histoname = "AnaPhoton_hLam0E" |
||
) |
Main method
filepath | : string with input file path |
filename | : string with input file name |
dirname | : string with TDirectoyFileName file name |
listname | : string with TList file name |
histoname | : string 2D histogram name, it should be M02 vs E or pT |
Definition at line 44 of file DrawM02PhotonPi0BandLimits.C.