00001 #ifndef COPYTRUTHPARTONS_H 00002 #define COPYTRUTHPARTONS_H 00003 00004 #include "ParticleJetTools/CopyTruthParticles.h" 00005 00006 00007 class CopyTruthPartons : public CopyTruthParticles { 00008 ASG_TOOL_CLASS2(CopyTruthPartons, CopyTruthParticles, IJetExecuteTool) 00009 public: 00010 00012 CopyTruthPartons(const std::string& name) : CopyTruthParticles(name) { } 00013 00015 bool classify(const xAOD::TruthParticle* tp) const; 00016 00017 }; 00018 00019 00020 #endif