![]() |
AliPhysics
a8afd6c (a8afd6c)
|
Scale and extract pT hard dependent histograms of analysis EMCal PWG-GA QA wagon. More...
#include "TString.h"
#include "TH1F.h"
#include "TH2F.h"
#include "TFile.h"
#include "TList.h"
#include "TDirectoryFile.h"
Go to the source code of this file.
Functions | |
void | ForBin (Int_t bin=-1, TString listName="Pi0IM_GammaTrackCorr_EMCAL", TString subListName="default") |
void | ScaleExtractPtHardBinHistograms (Int_t bin=-1, TString listName="Pi0IM_GammaTrackCorr_EMCAL", TString subListName="default") |
Scale and extract pT hard dependent histograms of analysis EMCal PWG-GA QA wagon.
Macro to extract and scale QA MC productions histograms done with pT hard bins (pythia jet-jet)./ Extract the histograms scaled and not scaled
To execute: root -q -b -l ScaleExtractPtHardBinHistograms.C'(1,50,kFALSE)'
The input files Scaled.root and NotScaled.root are obtained executing the script:
Definition in file ScaleExtractPtHardBinHistograms.C.
Per pT hard bin scaling and extraction
Input:
bin | bin integer to extract. |
listName | string name of directory list |
subListName | string name of list |
Definition at line 70 of file ScaleExtractPtHardBinHistograms.C.
Referenced by ScaleExtractPtHardBinHistograms().
void ScaleExtractPtHardBinHistograms | ( | Int_t | bin = -1 , |
TString | listName = "Pi0IM_GammaTrackCorr_EMCAL" , |
||
TString | subListName = "default" |
||
) |
Main method, loop on pT hard bins if requested
Input:
bin | bin integer to extract. If -1 loop on all bins from 1 to 20 |
listName | string name of directory list |
subListName | string name of list |
Definition at line 47 of file ScaleExtractPtHardBinHistograms.C.