]> git.uio.no Git - u/mrichter/AliRoot.git/commit
Implementation of an offline EMCAL trigger selection framework:
authormfasel <mfasel@lbl.gov>
Wed, 17 Dec 2014 16:15:06 +0000 (17:15 +0100)
committermfasel <mfasel@lbl.gov>
Thu, 18 Dec 2014 12:20:36 +0000 (13:20 +0100)
commitd77d194591580bcf75f70bcc883ebb295249f99d
treebce326c1fc74957530a9a1618b14581fd644bfdc
parentac54c98c48f25953f0fa15e28ae0aaf249a2c6f4
Implementation of an offline EMCAL trigger selection framework:
=================================================================
The selection is based on the trigger patches produced by the trigger patch
maker. A selection task, containing one or several trigger selection components,
analyses the trigger patches and creates a trigger decision for each selection
with the patch(es) which fire the decision, among them the main patch with the
highest energy. The trigger decisions are stored in a global trigger selection
container so that they can be shared among several tasks. A set of selection
cuts is used in the trigger selection component in order to identify the patches
which satisfy the requirement.
12 files changed:
PWG/EMCAL/AliAnalysisTaskEmcalTriggerSelection.cxx [new file with mode: 0644]
PWG/EMCAL/AliAnalysisTaskEmcalTriggerSelection.h [new file with mode: 0644]
PWG/EMCAL/AliEmcalTriggerDecision.cxx [new file with mode: 0644]
PWG/EMCAL/AliEmcalTriggerDecision.h [new file with mode: 0644]
PWG/EMCAL/AliEmcalTriggerDecisionContainer.cxx [new file with mode: 0644]
PWG/EMCAL/AliEmcalTriggerDecisionContainer.h [new file with mode: 0644]
PWG/EMCAL/AliEmcalTriggerSelection.cxx [new file with mode: 0644]
PWG/EMCAL/AliEmcalTriggerSelection.h [new file with mode: 0644]
PWG/EMCAL/AliEmcalTriggerSelectionCuts.cxx [new file with mode: 0644]
PWG/EMCAL/AliEmcalTriggerSelectionCuts.h [new file with mode: 0644]
PWG/EMCAL/CMakeLists.txt
PWG/EMCAL/PWGEMCALLinkDef.h