]> git.uio.no Git - u/mrichter/AliRoot.git/commit - ANALYSIS/AliAnalysisTaskFilterFriend.cxx
- Implementing Central task for filtering the ESD friends:
authorzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 22 Apr 2010 08:36:57 +0000 (08:36 +0000)
committerzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 22 Apr 2010 08:36:57 +0000 (08:36 +0000)
commit3e341ccb457a2354a6f3c83cfde587c8b3f64be5
treeaae5fbd717b1405d00254cd034fbce3cb100dac6
parent8029ed36eaf58b47a9bcc3d90b0e8242ba9a20b0
- Implementing Central task for filtering the ESD friends:
    - keeping only 1% of the whole sample, randomly selected

- Adding the setting/getting of the "skip" bit (bit 23) for AliESDfriendTrack/AliESDfriend
  during the filtering
    - AliESDfriendTrack --> to allow to have the logical or between tracks from different tasks
      when adding a "dummy" friend track (when not selected by the filter)
    - AliESDfriend --> to be able to disentagle between ESDfriends added because
      selected, or added as "dummy" ones when not selected

- Corresponding changes in AliAnalysisTaskFilter/AliESDHandler and in the
  example filtering tasks

- Removal of AliAnalysisFilterSTEER:
  - the 1% selection is now done in AliAnalysisFilterSteer
  - the pt selection should be handled in separate detector-specific tasks
ANALYSIS/ANALYSIScalibLinkDef.h
ANALYSIS/AliAnalysisTaskAddObject.cxx
ANALYSIS/AliAnalysisTaskFilter.cxx
ANALYSIS/AliAnalysisTaskFilter.h
ANALYSIS/AliAnalysisTaskFilterFriend.cxx
ANALYSIS/AliAnalysisTaskFilterFriendSecond.cxx
ANALYSIS/libANALYSIScalib.pkg
STEER/AliESDHandler.cxx
STEER/AliESDHandler.h
STEER/AliESDfriend.h
STEER/AliESDfriendTrack.h