]> git.uio.no Git - u/mrichter/AliRoot.git/commit - PWGJE/EMCALJetTasks/Tracks/AliAnalysisTaskPtEMCalTriggerV1.cxx
Refactoring of the charged particle pt task
authormfasel <mfasel@lbl.gov>
Sat, 6 Dec 2014 20:22:02 +0000 (12:22 -0800)
committermfasel <mfasel@lbl.gov>
Fri, 12 Dec 2014 01:12:31 +0000 (17:12 -0800)
commit4d1a316904101729204c55c50becdaf6aca74030
treebd97def8c2a2a461c13e5eb7ad7b637313c2f14f
parente7195f3b72b1dee44724878382a606f37458ce32
Refactoring of the charged particle pt task
=============================================================
Refactoring of the charged particle pt task in order to make it more
flexible for further studies. The analysis functionality is decoupled
from the task and moved to analysis components, which can be grouped by
common event selections. A combination of event data (reconstructed and
MC event), combined with the different EMCAL containers, are shared
among the task and the different analysis components. The task itself
only steers event building and the execution of the different analysis
components.
12 files changed:
PWGJE/CMakelibPWGJEEMCALJetTasks.pkg
PWGJE/EMCALJetTasks/UserTasks/AliAnalysisTaskPtEMCalTriggerV1.cxx [new file with mode: 0644]
PWGJE/EMCALJetTasks/UserTasks/AliAnalysisTaskPtEMCalTriggerV1.h [new file with mode: 0644]
PWGJE/EMCALJetTasks/UserTasks/AliEMCalTriggerEventData.cxx [new file with mode: 0644]
PWGJE/EMCALJetTasks/UserTasks/AliEMCalTriggerEventData.h [new file with mode: 0644]
PWGJE/EMCALJetTasks/UserTasks/AliEMCalTriggerEventSelection.cxx [new file with mode: 0644]
PWGJE/EMCALJetTasks/UserTasks/AliEMCalTriggerEventSelection.h [new file with mode: 0644]
PWGJE/EMCALJetTasks/UserTasks/AliEMCalTriggerTaskGroup.cxx [new file with mode: 0644]
PWGJE/EMCALJetTasks/UserTasks/AliEMCalTriggerTaskGroup.h [new file with mode: 0644]
PWGJE/EMCALJetTasks/UserTasks/AliEMCalTriggerTracksAnalysisComponent.cxx [new file with mode: 0644]
PWGJE/EMCALJetTasks/UserTasks/AliEMCalTriggerTracksAnalysisComponent.h [new file with mode: 0644]
PWGJE/PWGJEEMCALJetTasksLinkDef.h