![]() |
AliPhysics
d497afb (d497afb)
|
#include <map>
#include <string>
#include <TNamed.h>
#include <AliLog.h>
#include "AliYAMLConfiguration.h"
#include "AliEmcalContainerUtils.h"
#include "AliParticleContainer.h"
#include "AliMCParticleContainer.h"
#include "AliTrackContainer.h"
#include "AliClusterContainer.h"
#include "AliEMCALGeometry.h"
#include "AliEmcalCorrectionEventManager.h"
Go to the source code of this file.
Classes | |
class | AliEmcalCorrectionComponent |
Base class for correction components in the EMCal correction framework. More... | |
class | AliEmcalCorrectionComponentFactory |
Factory for correction components in the EMCal correction framework. More... | |
class | RegisterCorrectionComponent< T > |
Registers EMCal correction components in the factory map. More... | |
Functions | |
template<typename T > | |
AliEmcalCorrectionComponent * | createT () |
Template function for creating a new component. Used to register the component. More... | |
AliEmcalCorrectionComponent* createT | ( | ) |
Template function for creating a new component. Used to register the component.
Definition at line 188 of file AliEmcalCorrectionComponent.h.