![]() |
AliPhysics
4bfa0a6 (4bfa0a6)
|
The EMCAL framework consists of three parts:
Goal of the EMCAL framework is to provide the user with all functionalities to steer the different steps in the preparation chain, handle data, process trigger quantities, and combine common functionalities. Furthermore helper classes for various issues are provided.
The analysis chain has to be configured with several framework wagons. They are combined by several Add macros.
The setup task wagon combines handles the connection to OCDB, OADB and initializes the geometry, used in further wagons. One can add it to the train by
gSystem->LoadMacro("$ALICE_PHYSICS/PWG/EMCAL/macros/AddTaskEmcalSetup.C"); AddTaskEmcalSetup();
Paths to OCDB and OADB can be handled by the macro paramters.
Recalibration and clusterization is handled by the EMCAL preparation wagon.
gSystem->LoadMacro("$ALICE_PHYSICS/PWG/EMCAL/macros/AddTaskEmcalPreparation.C"); AddTaskEmcalPreparation();