virtual ~IRecoParticleFactory()
Virtual d'tor.
Definition: IRecoParticleFactory.h:24
virtual lcio::ReconstructedParticle * createReconstructedParticle(const lcio::MCParticle *mcp)=0
The actual factory method that creates a new ReconstructedParticle for the given MCParticle.
Interface for a factory class that creates a ReconstructedParticle from an MCParticle.
Definition: IRecoParticleFactory.h:19