AliPhysics  d497afb (d497afb)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliEmcalCorrectionComponent.h File Reference
#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"
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 188 of file AliEmcalCorrectionComponent.h.