#include <IRecoParticleFactory.h>
Public Member Functions | |
virtual | ~IRecoParticleFactory () |
Virtual d'tor. | |
virtual lcio::ReconstructedParticle * | createReconstructedParticle (const lcio::MCParticle *mcp)=0 |
The actual factory method that creates a new ReconstructedParticle for the given MCParticle. |
|
The actual factory method that creates a new ReconstructedParticle for the given MCParticle. NULL if no ReconstructedParticle should be created due to detector acceptance. |