![]() |
AliPhysics
a8afd6c (a8afd6c)
|
Compare cluster shapes per SM or TCard channel. 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 <TArrayD.h>
#include <TGraphErrors.h>
#include "CompareTH3DataAndMCProd.C"
Go to the source code of this file.
Functions | |
void | MakeNDataNMCComparisonPerSMClusterEbin (Bool_t debug=kFALSE) |
Compare cluster shapes per SM or TCard channel.
Compare different shape parameter histograms in several data and/or seveal MC productions depending on the SM or T-Card channel number, the sum of all or pre-defined groups and per cluster energy bis Treatment of the output of the class AliAnaClusterShapeCorrelStudies Input are TH3 histograms where x=energy, y= SM number or T-Card channel and z is one cluster parameter see the different options in the lines below. Most of the job is done in CompareTH3DataAndMCProd.C, here we define the data/MC samples, where are the files and what energy ranges to be used.
Definition in file MakeNDataNMCComparisonPerSMClusterEbin.C.
void MakeNDataNMCComparisonPerSMClusterEbin | ( | Bool_t | debug = kFALSE | ) |
Main method
debug | : Bool to activate printfs. |
Definition at line 51 of file MakeNDataNMCComparisonPerSMClusterEbin.C.