![]() |
AliPhysics
3bba2fe (3bba2fe)
|
#include "TString.h"
#include <iostream>
#include <fstream>
Go to the source code of this file.
Functions | |
void | UnfoldingHF () |
void | Load () |
TObject * | GetMeasuredSpectrum () |
TObject * | GetReconstructedSpectrum () |
TObject * | GetGeneratedSpectrum () |
TObject * | GetEfficiency () |
THnSparse * | GetResponseMatrix () |
THnSparse * | GetResponseMatrixPPR () |
THnSparse * | CreateGuessed (const THnSparse *h) |
THnSparse* CreateGuessed | ( | const THnSparse * | h | ) |
Definition at line 288 of file UnfoldingHF.C.
Referenced by UnfoldingHF().
TObject* GetEfficiency | ( | ) |
Definition at line 269 of file UnfoldingHF.C.
Referenced by UnfoldingHF().
TObject* GetGeneratedSpectrum | ( | ) |
Definition at line 262 of file UnfoldingHF.C.
Referenced by UnfoldingHF().
TObject* GetMeasuredSpectrum | ( | ) |
Definition at line 247 of file UnfoldingHF.C.
Referenced by UnfoldingHF().
TObject* GetReconstructedSpectrum | ( | ) |
Definition at line 254 of file UnfoldingHF.C.
Referenced by UnfoldingHF().
THnSparse* GetResponseMatrix | ( | ) |
Definition at line 276 of file UnfoldingHF.C.
Referenced by UnfoldingHF().
THnSparse* GetResponseMatrixPPR | ( | ) |
Definition at line 282 of file UnfoldingHF.C.
void Load | ( | ) |
Definition at line 238 of file UnfoldingHF.C.
Referenced by UnfoldingHF(), and AliEmcalCorrectionTask::UserCreateOutputObjects().
void UnfoldingHF | ( | ) |
Definition at line 38 of file UnfoldingHF.C.