1 #ifndef ALIEMCALAODFILTERBITCUT_H 2 #define ALIEMCALAODFILTERBITCUT_H void AddFilterBitNumber(ULong_t bitnumber)
Bool_t IsFilterBitsSelected(const AliAODTrack *const trk) const
Select track according to presence of track filter bits.
void SetFilterBits(ULong_t filterbits, Bool_t doReset=false)
Set the filter bits to be checked.
void SetSelectionMode(SelectionMode_t mode)
Set the selection mode.
Any (either of the bits set)
Namespace for EMCAL framework classes and task.
Bool_t IsStatusBitsSelected(const AliAODTrack *const trk) const
Select track according to presence of track status bits.
void AddStatusBitNumber(ULong_t bitnumber)
virtual ~AliEmcalAODFilterBitCuts()
Namespace for PWG framework classes.
SelectionMode_t fSelectionMode
Mode of the filter bit selection (any or all)
AliEmcalAODFilterBitCuts()
SelectionMode_t
Definition of the mode how multiple filter bits are selected.
Implementation of the AOD filter bit selection as virtual cut class.
void SetStatusBits(ULong_t statusbits, Bool_t doReset=false)
Set the track status bits to be checked.
virtual Bool_t IsSelected(TObject *o)
ULong_t fAODstatusBits
Requested track status bits.
ULong_t fAODfilterBits
Requested filter bits.
All (all bits must be found in the AOD track)