27 #ifndef ALIEMCALTRIGGERSELECTION_H
28 #define ALIEMCALTRIGGERSELECTION_H
33 class AliEMCALTriggerPatchInfo;
40 class AliEmcalTriggerDecision;
41 class AliEmcalTriggerSelectionCuts;
Class for the selection of trigger patches in the EMCAL triggered event selection.
Object performing offline EMCAL trigger selection.
void SetSelectionCuts(const AliEmcalTriggerSelectionCuts *const cuts)
Set the selection cuts used in this trigger selection.
const AliEmcalTriggerSelectionCuts * fSelectionCuts
Cuts used for the trigger patch selection.
Container for trigger decision.
virtual ~AliEmcalTriggerSelection()
Destructor.
AliEmcalTriggerSelection & operator=(const AliEmcalTriggerSelection &ref)
const AliEmcalTriggerSelectionCuts * GetSelectionCuts() const
Get the selection cuts used in the trigger selection.
AliEmcalTriggerSelection()
Dummy constructor.
AliEmcalTriggerDecision * MakeDecison(const TClonesArray *const reconstructedPatches) const