![]() |
AliPhysics
2c9f502 (2c9f502)
|
Class for event selection in the analysis of triggered events. More...
#include <AliEMCalTriggerEventSelection.h>
Public Member Functions | |
AliEMCalTriggerEventSelection () | |
virtual | ~AliEMCalTriggerEventSelection () |
void | SetVertexCut (double zmin, double zmax) |
void | SetOldPileupSelection (bool doOld=true) |
void | SetOldVertexSelection (bool doOld=true) |
virtual bool | IsEventSelected (const AliEMCalTriggerEventData *const ev) const |
Protected Member Functions | |
Bool_t | FalseVertexSelectionPA2013 (const AliVEvent *const ev) const |
Protected Attributes | |
AliCutValueRange< double > | fVertexCut |
cut range for the vertex selection More... | |
Bool_t | fOldPileupSelection |
apply old pileup selection More... | |
Bool_t | fOldVertexSelection |
apply old vertex selection More... | |
Class for event selection in the analysis of triggered events.
Basic event selection component: Selects events according to the pA cut and a vertex-z cut For more sophisticated event selection the method IsEventSelected has to be overwritten
Definition at line 28 of file AliEMCalTriggerEventSelection.h.
EMCalTriggerPtAnalysis::AliEMCalTriggerEventSelection::AliEMCalTriggerEventSelection | ( | ) |
Main Constructor
Definition at line 30 of file AliEMCalTriggerEventSelection.cxx.
|
inlinevirtual |
Destructor
Definition at line 34 of file AliEMCalTriggerEventSelection.h.
|
protected |
Do vertex selection in the old buggy way
ev | Event to check |
Definition at line 63 of file AliEMCalTriggerEventSelection.cxx.
Referenced by IsEventSelected().
|
virtual |
Apply basic event selection
Can be overwritten by inheriting classes
ev | Combined event container |
Definition at line 47 of file AliEMCalTriggerEventSelection.cxx.
Referenced by EMCalTriggerPtAnalysis::AliEMCalTriggerTaskGroup::Process().
|
inline |
Definition at line 37 of file AliEMCalTriggerEventSelection.h.
|
inline |
Definition at line 38 of file AliEMCalTriggerEventSelection.h.
|
inline |
Definition at line 36 of file AliEMCalTriggerEventSelection.h.
|
protected |
apply old pileup selection
Definition at line 45 of file AliEMCalTriggerEventSelection.h.
Referenced by IsEventSelected(), and SetOldPileupSelection().
|
protected |
apply old vertex selection
Definition at line 46 of file AliEMCalTriggerEventSelection.h.
Referenced by IsEventSelected(), and SetOldVertexSelection().
|
protected |
cut range for the vertex selection
Definition at line 44 of file AliEMCalTriggerEventSelection.h.
Referenced by IsEventSelected(), and SetVertexCut().