00001 #ifndef particlejettools_jetpartontruthlabel_header 00002 #define particlejettools_jetpartontruthlabel_header 00003 00004 #include "JetRec/JetModifierBase.h" 00005 #include "xAODJet/Jet.h" 00006 00007 namespace Analysis { 00008 class JetPartonTruthLabel : 00009 public JetModifierBase { 00010 ASG_TOOL_CLASS(JetPartonTruthLabel, IJetModifier) 00011 00012 public: 00013 // Constructor and destructor 00014 JetPartonTruthLabel(std::string name) : 00015 JetModifierBase(name) { }; 00016 00017 int modifyJet(xAOD::Jet &jet) const; 00018 }; 00019 } 00020 00021 #endif