![]() |
AliPhysics
58ae0ed (58ae0ed)
|
Pair of a Monte-Carlo true particle and the associated reconstructed information. More...
#include <AliParticleMap.h>
Public Member Functions | |
AliReconstructedParticlePair () | |
AliReconstructedParticlePair (const AliReconstructedParticlePair &ref) | |
AliReconstructedParticlePair & | operator= (const AliReconstructedParticlePair &ref) |
~AliReconstructedParticlePair () | |
AliVParticle * | GetMCTrueParticle () const |
const AliParticleList & | GetRecTracks () const |
void | SetMCTrueParticle (AliVParticle *const part) |
void | SetRecParticles (const AliParticleList &tracks) |
Private Attributes | |
AliVParticle * | fTrueParticle |
True selected particle. More... | |
AliParticleList | fRecParticles |
List of all matched particles according to the Monte-Carlo label. More... | |
Pair of a Monte-Carlo true particle and the associated reconstructed information.
Helper class mapping combining all reconstructed particles which can be associated to one generated particle.
Definition at line 94 of file AliParticleMap.h.
|
inline |
Constructor
Definition at line 99 of file AliParticleMap.h.
|
inline |
Copy constructor. Creates new pair from a reference object. Does not take ownership of pointers.
ref | Reference for the copy |
Definition at line 109 of file AliParticleMap.h.
|
inline |
Destructor
Definition at line 131 of file AliParticleMap.h.
|
inline |
Access to true particle
Definition at line 137 of file AliParticleMap.h.
|
inline |
Access to reconstructed particles
Definition at line 143 of file AliParticleMap.h.
|
inline |
Assignment operator. Assigns values stored in reference object to this object.
ref | Reference for the copy |
Definition at line 120 of file AliParticleMap.h.
|
inline |
Set the particle at generator level
part | MC-true particle |
Definition at line 149 of file AliParticleMap.h.
Referenced by HighPtTracks::AliHighPtReconstructionEfficiency::SelectParticles().
|
inline |
Set the list of reconstructed particles associated to this particle
tracks | List of reconstructed tracks |
Definition at line 155 of file AliParticleMap.h.
Referenced by HighPtTracks::AliHighPtReconstructionEfficiency::SelectParticles().
|
private |
List of all matched particles according to the Monte-Carlo label.
Definition at line 160 of file AliParticleMap.h.
Referenced by GetRecTracks(), operator=(), and SetRecParticles().
|
private |
True selected particle.
Definition at line 159 of file AliParticleMap.h.
Referenced by GetMCTrueParticle(), operator=(), and SetMCTrueParticle().