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"
Include dependency graph for ScaleExtractPtHardBinHistograms.C:

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")
 

Detailed Description

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:

  • DownloadExtractScaleMergePtHardAnalysisFiles.sh
Author
Gustavo Conesa Balbastre Gusta.nosp@m.vo.C.nosp@m.onesa.nosp@m..Bal.nosp@m.bastr.nosp@m.e@ce.nosp@m.rn.ch, (LPSC-CNRS)

Definition in file ScaleExtractPtHardBinHistograms.C.

Function Documentation

void ForBin ( Int_t  bin,
TString  listName,
TString  subListName 
)

Per pT hard bin scaling and extraction

Input:

Parameters
binbin integer to extract.
listNamestring name of directory list
subListNamestring 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:

Parameters
binbin integer to extract. If -1 loop on all bins from 1 to 20
listNamestring name of directory list
subListNamestring name of list

Definition at line 47 of file ScaleExtractPtHardBinHistograms.C.