12 #ifndef ALIHFTRACKCONTAINER_H
13 #define ALIHFTRACKCONTAINER_H
30 class AliAODRecoDecay;
43 virtual Bool_t
ApplyTrackCuts(
const AliVTrack* vp, UInt_t &rejectionReason)
const;
AliHFTrackContainer & operator=(const AliHFTrackContainer &)
Bool_t IsDMesonDaughter(const AliAODTrack *track) const
void SetDMesonCandidate(AliAODRecoDecay *c)
const TObjArray & GetDaughterList() const
Container with name, TClonesArray and cuts for particles.
Select tracks based on specific prescriptions of HF analysis.
void GenerateDaughterList()
Generate the list of the daughters of the D meson candidate.
AliHFTrackContainer()
This is the default constructor, used for ROOT I/O purposes.
virtual Bool_t ApplyTrackCuts(const AliVTrack *vp, UInt_t &rejectionReason) const
AliAODRecoDecay * fDMesonCandidate
Exclude daughters of this D meson candidate.
void AddDaughters(const AliAODRecoDecay *cand)
TObjArray fDaughterList
Daughters of the D meson candidate.