14 #ifndef ALIPARTICLEMAP_H 15 #define ALIPARTICLEMAP_H 110 fTrueParticle(ref.fTrueParticle),
111 fRecParticles(ref.fRecParticles)
void AddParticle(AliVTrack *track)
void Print(std::ostream &o, const char *name, Double_t dT, Double_t dVM, Double_t alldT, Double_t alldVM)
std::map< int, AliParticleList * > fParticles
connection of particles to labels
const AliParticleList & GetRecTracks() const
AliVParticle * fTrueParticle
True selected particle.
Container of reconstructed particles.
AliReconstructedParticlePair & operator=(const AliReconstructedParticlePair &ref)
Namespace for classes creating trees of events with jets.
void SetMCTrueParticle(AliVParticle *const part)
Pair of a Monte-Carlo true particle and the associated reconstructed information. ...
~AliReconstructedParticlePair()
AliVParticle * GetMCTrueParticle() const
std::vector< AliVTrack * > fParticles
Vector of reconstructed particles.
int GetNumberOfParticles() const
AliReconstructedParticlePair()
AliReconstructedParticlePair(const AliReconstructedParticlePair &ref)
void SetRecParticles(const AliParticleList &tracks)
AliVTrack * GetParticle(int itrack) const
int GetNumberOfParticles() const
AliParticleList fRecParticles
List of all matched particles according to the Monte-Carlo label.
Map of reconstructed particles which share the same Monte-Carlo label.