AliPhysics  d1ccc5e (d1ccc5e)
AliEmcalCorrectionComponent.h File Reference
#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"
Include dependency graph for AliEmcalCorrectionComponent.h:
This graph shows which files directly or indirectly include this file:

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 >
AliEmcalCorrectionComponentcreateT ()
 Template function for creating a new component. Used to register the component. More...
 

Function Documentation

template<typename T >
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().