![]() |
AliPhysics
vAN-20150328 (7755d27)
|
Implement virtual track selection for AOD analysis. More...
#include <AliEMCalPtTaskTrackSelectionAOD.h>
Public Member Functions | |
AliEMCalPtTaskTrackSelectionAOD () | |
AliEMCalPtTaskTrackSelectionAOD (AliESDtrackCuts *cuts, UInt_t filterbits) | |
AliEMCalPtTaskTrackSelectionAOD (const AliEMCalPtTaskTrackSelectionAOD &ref) | |
AliEMCalPtTaskTrackSelectionAOD & | operator= (const AliEMCalPtTaskTrackSelectionAOD &ref) |
virtual | ~AliEMCalPtTaskTrackSelectionAOD () |
virtual TObjArray * | GetAcceptedTracks (const TClonesArray *const tracks) |
virtual TObjArray * | GetAcceptedTracks (const AliVEvent *const event) |
virtual bool | IsTrackAccepted (AliVTrack *const trk) |
virtual TObject * | GetTrackCuts () |
void | AddFilterBit (UInt_t filterbits) |
void | SetTrackCuts (AliESDtrackCuts *trackCuts) |
![]() | |
AliEMCalPtTaskVTrackSelection () | |
AliEMCalPtTaskVTrackSelection (const AliEMCalPtTaskVTrackSelection &ref) | |
AliEMCalPtTaskVTrackSelection & | operator= (const AliEMCalPtTaskVTrackSelection &ref) |
virtual | ~AliEMCalPtTaskVTrackSelection () |
Private Attributes | |
AliESDtrackCuts * | fTrackCuts |
Track cuts. More... | |
UInt_t | fFilterBits |
Track filter bits. More... | |
Additional Inherited Members | |
![]() | |
ClassDef (AliEMCalPtTaskVTrackSelection, 1) | |
![]() | |
TObjArray * | fListOfTracks |
Implement virtual track selection for AOD analysis.
Implementation of track selection in case the analysis runs on AODs For the moment it uses the AliESDtrackCuts and converts AOD tracks to ESD tracks, which might change in the future when an AOD track selection framework becomes available.
Definition at line 36 of file AliEMCalPtTaskTrackSelectionAOD.h.
EMCalTriggerPtAnalysis::AliEMCalPtTaskTrackSelectionAOD::AliEMCalPtTaskTrackSelectionAOD | ( | ) |
Main constructor, initialises fields with 0 (or NULL). For ROOT I/O, not intended to be used by the users.
Definition at line 34 of file AliEMCalPtTaskTrackSelectionAOD.cxx.
EMCalTriggerPtAnalysis::AliEMCalPtTaskTrackSelectionAOD::AliEMCalPtTaskTrackSelectionAOD | ( | AliESDtrackCuts * | cuts, |
UInt_t | filterbits | ||
) |
Main Constructor, initalising also track cuts and filter bits. In case the initial cuts is a nullpointer, only filter bits are used for the track selection. This constructor is intended to be used by the users.
cuts | Inital track cut object (of type AliESDtrackCuts, can be a nullpointer) |
filterbits | Filter bits required |
Definition at line 49 of file AliEMCalPtTaskTrackSelectionAOD.cxx.
EMCalTriggerPtAnalysis::AliEMCalPtTaskTrackSelectionAOD::AliEMCalPtTaskTrackSelectionAOD | ( | const AliEMCalPtTaskTrackSelectionAOD & | ref | ) |
Copy constructor, performs a deep copy of the underlying track cuts (if reference object has those).
ref | AOD track selection as basis for the copy |
Definition at line 62 of file AliEMCalPtTaskTrackSelectionAOD.cxx.
|
virtual |
Destructor, removes the track cuts and the TObjArray of output tracks (if created)
Definition at line 92 of file AliEMCalPtTaskTrackSelectionAOD.cxx.
|
inline |
Add a new filter bit to the track selection. Multiple filter bits can be set at the same time (via the bitwise or operator |).
filterbits |
Definition at line 61 of file AliEMCalPtTaskTrackSelectionAOD.h.
|
virtual |
Select tracks from a list (TClonesArray) of tracks. The actual selection process is delegated to the function IsTrack selected. This function collects all the tracks which are accepted and puts them into a TObjArray. Note that this class keeps ownership over the resulting TObjArray.
tracks | TClonesArray of input tracks, under which we select the appropriate ones |
Implements EMCalTriggerPtAnalysis::AliEMCalPtTaskVTrackSelection.
Definition at line 106 of file AliEMCalPtTaskTrackSelectionAOD.cxx.
|
virtual |
Select tracks from an input event. The actual selection process is delegated to the function IsTrack selected. This function collects all the tracks which are accepted and puts them into a TObjArray. Note that this class keeps ownership over the resulting TObjArray.
event | Input event under which we select the appropriate tracks |
Implements EMCalTriggerPtAnalysis::AliEMCalPtTaskVTrackSelection.
Definition at line 126 of file AliEMCalPtTaskTrackSelectionAOD.cxx.
|
inlinevirtual |
Get the track cuts.
Implements EMCalTriggerPtAnalysis::AliEMCalPtTaskVTrackSelection.
Definition at line 53 of file AliEMCalPtTaskTrackSelectionAOD.h.
|
virtual |
Function checks whether track is accepted under the given track selection cuts. The function can handle AliAODTrack and AliPicoTrack, while for AliPico track an AliAODTrack is expected to be the underlying structure. If it is not possible to access an AOD track from the input track, the object will not be selected. Otherwise first the status bits are checked (if requested), and if further track cuts (of type AliESDtrackCuts) are provided, the track is converted to an ESD track for further checks.
trk | Track to check |
Implements EMCalTriggerPtAnalysis::AliEMCalPtTaskVTrackSelection.
Definition at line 152 of file AliEMCalPtTaskTrackSelectionAOD.cxx.
Referenced by GetAcceptedTracks().
AliEMCalPtTaskTrackSelectionAOD & EMCalTriggerPtAnalysis::AliEMCalPtTaskTrackSelectionAOD::operator= | ( | const AliEMCalPtTaskTrackSelectionAOD & | ref | ) |
Asignment operator, creates a deep copy of the track cuts(if set)
ref | AOD track selection as basis for the copy |
Definition at line 76 of file AliEMCalPtTaskTrackSelectionAOD.cxx.
|
inline |
Set the track cuts object (of type AliESDtrackCuts)
trackCuts |
Definition at line 68 of file AliEMCalPtTaskTrackSelectionAOD.h.
|
private |
Track filter bits.
Definition at line 72 of file AliEMCalPtTaskTrackSelectionAOD.h.
Referenced by AddFilterBit(), IsTrackAccepted(), and operator=().
|
private |
Track cuts.
Definition at line 71 of file AliEMCalPtTaskTrackSelectionAOD.h.
Referenced by AliEMCalPtTaskTrackSelectionAOD(), GetTrackCuts(), IsTrackAccepted(), operator=(), SetTrackCuts(), and ~AliEMCalPtTaskTrackSelectionAOD().