00001 #ifndef COPYBOSONTOPLABELTRUTHPARTICLES_H 00002 #define COPYBOSONTOPLABELTRUTHPARTICLES_H 00003 00004 #include "ParticleJetTools/CopyTruthParticles.h" 00005 00006 00007 class CopyBosonTopLabelTruthParticles : public CopyTruthParticles { 00008 ASG_TOOL_CLASS2(CopyBosonTopLabelTruthParticles, CopyTruthParticles, IJetExecuteTool) 00009 public: 00010 00012 CopyBosonTopLabelTruthParticles(const std::string& name); 00013 00015 bool classify(const xAOD::TruthParticle* tp) const; 00016 00017 00018 private: 00019 00021 std::string m_ptype; 00022 00023 }; 00024 00025 00026 #endif