![]() |
AliPhysics
97a96ce (97a96ce)
|
#include <yaml-cpp/yaml.h>
#include "AliAnalysisTaskSE.h"
#include <Rtypes.h>
#include "AliParticleContainer.h"
#include "AliMCParticleContainer.h"
#include "AliTrackContainer.h"
#include "AliClusterContainer.h"
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... | |