![]() |
AliPhysics
56f1704 (56f1704)
|
Wrapper class around AliESDtrackCuts object with focus on AOD analysis. More...
#include <AliEmcalESDtrackCutsWrapper.h>
Wrapper class around AliESDtrackCuts object with focus on AOD analysis.
The function IsSelected is not properly implemented for AliAODTracks in AliESDtrackCuts, though a minimal functionality is provided. Instead AliESDtrackCuts offer the functions AcceptTrack for AliESDtracks, automatically used in IsSelected of AliESDtrackCuts, and AcceptVTrack for other track objects inheriting from AliVTrack. The class delegates the IsSelect function to the proper Select function for the input data type. The focus is on virtual track selection frameworks which abstractize the track selection in order to be blind to the input data type.