#include <IRecoParticleFactory.h>
Public Member Functions | |
| virtual | ~IRecoParticleFactory () |
| virtual lcio::ReconstructedParticle * | createReconstructedParticle (const lcio::MCParticle *mcp)=0 |
Definition at line 19 of file IRecoParticleFactory.h.
|
|
Virtual d'tor. Definition at line 24 of file IRecoParticleFactory.h. |
|
|
The actual factory method that creates a new ReconstructedParticle for the given MCParticle. NULL if no ReconstructedParticle should be created due to detector acceptance. Referenced by marlin::SimpleFastMCProcessor::processEvent(). |
1.3.9.1