AliPhysics  dab84fb (dab84fb)

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::AliAnalysisTaskChargedParticlesMCTriggerMimic
 Lightweight task, mimicing EMCAL triggers in MC. More...
 
class  EMCalTriggerPtAnalysis::AliAnalysisTaskChargedParticlesRef
 Test class for charged particle distributions. More...
 
class  EMCalTriggerPtAnalysis::AliAnalysisTaskChargedParticlesRefMC
 Test class for charged particle distributions (MC case) More...
 
class  EMCalTriggerPtAnalysis::AliAnalysisTaskEmcalClusterMatched
 Simple task checking energy spectra of clusters matched to tracks. More...
 
class  EMCalTriggerPtAnalysis::AliAnalysisTaskEmcalClustersRef
 Simple monitoring task for cluster-related quantities in EMCAL-triggered events. More...
 
struct  AliNSubjettinessResults
 Results of the n-subjettiness algorithm. More...
 
struct  AliNSubjettinessDefiniion
 Definition of settings for the n-subjettiness algorithm. More...
 
struct  EmcalTriggerJets::AliSoftDropParameters
 Structure for results from the soft drop algorithm. More...
 
struct  EmcalTriggerJets::AliSoftdropDefinition
 Definition for the algorithm obtaining the softdrop parameters. More...
 
struct  EmcalTriggerJets::AliJetKineParameters
 Jet kinematic parameters. More...
 
struct  EmcalTriggerJets::AliJetStructureParameters
 Global jet substructure paramters. More...
 
class  EmcalTriggerJets::AliAnalysisTaskEmcalJetSubstructureTree
 Tree with jet substructure information. More...
 
class  EMCalTriggerPtAnalysis::AliAnalysisTaskEmcalPatchesRef
 Analysis of trigger patches in min. bias and triggered events. More...
 
class  EMCalTriggerPtAnalysis::AliAnalysisTaskEmcalTriggerBase
 Base class for analyses using EMCAL triggers. More...
 
class  EMCalTriggerPtAnalysis::AliAnalysisTaskEmcalTriggerEmulation
 Emulate EMCAL trigger offline in simulation, and monitor reference distribution. More...
 
class  EMCalTriggerPtAnalysis::AliAnalysisTaskEmcalTriggerMultiplicity
 Study of multiplicity distrubtions in EMCAL triggered events. More...
 
class  EMCalTriggerPtAnalysis::AliCutValueRange< t >
 Class containing a range for a value to cut on. More...
 
class  EMCalTriggerPtAnalysis::AliEmcalAnalysisFactory
 Collection of helper functions used to configure the analysis. 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::AliEmcalTriggerOfflineSelection
 Helper class selecting events on the presence of a trigger patch for the given type above threshold. 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...
 
class  AliJetEmbeddingSelRhoTask
 Track embedding into an event with rho in a given range. 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 .