![]() |
AliRoot Core
3dc7879 (3dc7879)
|
Declaration of class AliESDTrackSelection. More...
#include <AliESDTrackSelection.h>
Public Member Functions | |
AliESDTrackSelection () | |
AliESDTrackSelection (AliVCuts *cuts) | |
virtual | ~AliESDTrackSelection () |
virtual bool | IsTrackAccepted (AliVTrack *const trk) |
![]() | |
AliVTrackSelection () | |
AliVTrackSelection (const AliVTrackSelection &ref) | |
AliVTrackSelection & | operator= (const AliVTrackSelection &ref) |
virtual | ~AliVTrackSelection () |
TObjArray * | GetAcceptedTracks (const TClonesArray *const tracks) |
TObjArray * | GetAcceptedTracks (const AliVEvent *const event) |
void | AddTrackCuts (AliVCuts *cuts) |
void | AddTrackCuts (TObjArray *cuts) |
Int_t | GetNumberOfCutObjects () const |
AliVCuts * | GetTrackCuts (Int_t icut) |
const TBits & | GetTrackBitmap () const |
const TClonesArray * | GetAcceptedTrackBitmaps () const |
void | SetSelectionModeAny () |
void | SetSelectionModeAll () |
Additional Inherited Members | |
![]() | |
TObjArray * | fListOfTracks |
TObjArray with accepted tracks. More... | |
TClonesArray * | fListOfTrackBitmaps |
TClonesArray with accepted tracks' bit maps. More... | |
TBits | fTrackBitmap |
Bitmap of last accepted/rejected track. More... | |
TObjArray * | fListOfCuts |
List of track cut objects. More... | |
Bool_t | fSelectionModeAny |
Accept track if any of the cuts is fulfilled. More... | |
Declaration of class AliESDTrackSelection.
In this header file the class AliESDTrackSelection, which implements the virtual track selection for ESD tracks, is declared
Definition at line 20 of file AliESDTrackSelection.h.
AliESDTrackSelection::AliESDTrackSelection | ( | ) |
Default constructor
Definition at line 32 of file AliESDTrackSelection.cxx.
AliESDTrackSelection::AliESDTrackSelection | ( | AliVCuts * | cuts | ) |
Constructor with cuts
Definition at line 40 of file AliESDTrackSelection.cxx.
|
inlinevirtual |
Definition at line 24 of file AliESDTrackSelection.h.
|
virtual |
Check whether track is accepted. Iterates over all cuts assigned to the track selection.
trk | Track to check |
Implements AliVTrackSelection.
Definition at line 52 of file AliESDTrackSelection.cxx.
Referenced by ~AliESDTrackSelection().