AliPhysics  97a96ce (97a96ce)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliEmcalCorrectionTask.h File Reference
#include <yaml-cpp/yaml.h>
#include "AliAnalysisTaskSE.h"
#include <Rtypes.h>
#include "AliParticleContainer.h"
#include "AliMCParticleContainer.h"
#include "AliTrackContainer.h"
#include "AliClusterContainer.h"
Include dependency graph for AliEmcalCorrectionTask.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AliEmcalCorrectionTask
 Steering task for the EMCal correction frameworkThis class is the steering class for the cell and cluster level corrections for the EMCal. A YAML configuration file is utilized to determine which corrections should be run and how they should be configured. The corrections are initialized by calling their Initialize() function. Similar to AliAnalysisTaskEmcal, the relevant event information is loaded, and then the Run() function of each correction is called. More...