12 #ifndef ALIHFTRACKCONTAINER_H
13 #define ALIHFTRACKCONTAINER_H
30 class AliAODRecoDecay;
AliHFTrackContainer & operator=(const AliHFTrackContainer &)
void SetDMesonCandidate(AliAODRecoDecay *c)
Bool_t IsDMesonDaughter(AliAODTrack *track)
const TObjArray & GetDaughterList() const
Container with name, TClonesArray and cuts for particles.
Bool_t AcceptTrack(AliVTrack *vp)
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.
void AddDaughters(AliAODRecoDecay *cand)
AliAODRecoDecay * fDMesonCandidate
Exclude daughters of this D meson candidate.
TObjArray fDaughterList
Daughters of the D meson candidate.