Public Member Functions | |
CopyTruthParticles (const std::string &name) | |
Constructor. | |
virtual bool | classify (const xAOD::TruthParticle *tp) const =0 |
Classifier function(s). | |
Event loop algorithm methods | |
virtual int | execute () const |
Protected Attributes | |
std::string | m_outputname |
Name of output collection. | |
double | m_ptmin |
Minimum pT for particle selection (in MeV). |
int CopyTruthParticles::execute | ( | ) | const [virtual] |
Method to be called for each event. Returns 0 for success.
Implements IJetExecuteTool.
Reimplemented in CopyTruthJetParticles.