13 #ifndef ALITRACKCONTAINERV0_H
14 #define ALITRACKCONTAINERV0_H
33 #include "AliAODEvent.h"
46 virtual void SetArray(
const AliVEvent *event);
47 virtual void NextEvent(
const AliVEvent *event);
Container with name, TClonesArray and cuts for particles.
void ExtractDaughters(AliAODv0 *cand)
Bool_t fFilterDaughterTracks
if the daughter tracks of V0s candidates should be filtered out
Bool_t GetFilterDaughterTracks() const
virtual void SetArray(const AliVEvent *event)
virtual Bool_t ApplyTrackCuts(const AliVTrack *vp, UInt_t &rejectionReason) const
TObjArray * fV0s
list of V0 candidates
void SetFilterDaughterTracks(Bool_t bFilter)
std::vector< Int_t > fDaughterVec
list of V0 daughters (storing track IDs)
AliTrackContainerV0()
This is the default constructor, used for ROOT I/O purposes.
Select tracks based on specific prescriptions of V0s in jets analysis.
const AliAODEvent * fEvent
pointer to current event (pointer stay the same, but the content is changed event-by-event) ...
Bool_t IsV0Daughter(const AliAODTrack *track) const
virtual void NextEvent(const AliVEvent *event)