AliPhysics  f1cc956 (f1cc956)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PWG-JE user tasks

User tasks using the EMCal jet framework. More...

Collaboration diagram for PWG-JE user tasks:

Namespaces

 EMCalTriggerPtAnalysis
 Analysis of high- \( p_{t} \) tracks in triggered events.
 

Classes

class  EMCalTriggerPtAnalysis::AliAnalysisTaskEmcalTriggerEmulation
 Emulate EMCAL trigger offline in simulation, and monitor reference distribution. More...
 
class  EMCalTriggerPtAnalysis::AliCutValueRange< t >
 Class containing a range for a value to cut on. More...
 
class  EMCalTriggerPtAnalysis::AliEMCalTriggerBinningDimension
 Binning definition for a certain dimension. More...
 
class  EMCalTriggerPtAnalysis::AliEMCalTriggerBinningComponent
 Global binning definition for the high- \( p_{t} \) charged particle \( p_{t}\) analysis. More...
 
class  EMCalTriggerPtAnalysis::AliEMCalTriggerBinningFactory
 Global binning handler used by several analysis components. More...
 
class  EMCalTriggerPtAnalysis::AliEmcalTriggerEmulation
 Emulate trigger decision offline. More...
 
class  EMCalTriggerPtAnalysis::AliEMCalTriggerWeightHandler
 Weight handler. More...
 
class  AliAnalysisTaskJetShapeBase
 Background fluctuation studies: dMdpT spectrum for PYTHIA and single track embedding. More...
 
class  AliAnalysisTaskJetShapeConst
 Background fluctuation studies: dMdpT spectrum for PYTHIA and single track embedding for Constituent subtraction method. More...
 
class  AliAnalysisTaskJetShapeDeriv
 Background fluctuation studies: dMdpT spectrum for PYTHIA and single track embedding for derivative subtraction method. More...
 
class  AliAnalysisTaskPrepareInputForEmbedding
 Save in a TTree the 4-momentum vector of the jets at reco and particle level. More...
 

Detailed Description

User tasks using the EMCal jet framework.

The EMCal jet framework is described in Jet finding framework.

How to document YOUR task

Documenting your class with doxygen is easy! Follow the instructions in Dario's page.

To include your class into the Module "PWG-JE user tasks" add to the comment in the header file the keywork \ ingroup (no space) followed by the name of the module, in this case PWGJETASKS.

The keyword \ param allows to document parameters, and \ return the return value of the method

You can link any doxygen documentation page to your class using \ subpage followed by the name of the file.

Some of the classes have already been documented (see above), check them out!

If you want to add a more detailed description, you can use this page: User tasks using the EMCal jet framework. You can edit it by modifying the file $ALICE_PHYSICS/../src/PWGJE/doc/READMEJEtasks.txt that can be linked to your class documentation by using \ subpage READMEJEtasks .