![]() |
AliPhysics
d1ccc5e (d1ccc5e)
|
#include <map>
#include <string>
#include <TNamed.h>
#include <AliLog.h>
#include <AliEMCALGeometry.h>
#include "AliYAMLConfiguration.h"
#include "AliEmcalContainerUtils.h"
#include "AliParticleContainer.h"
#include "AliMCParticleContainer.h"
#include "AliTrackContainer.h"
#include "AliClusterContainer.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 191 of file AliEmcalCorrectionComponent.h.
Referenced by AliEmcalCorrectionComponent::GetProperty().