00001 // This file is -*- C++ -*- 00002 #ifndef JetMomentTools_JETCONSTITREMOVER_H 00003 #define JetMomentTools_JETCONSTITREMOVER_H 00013 00014 #include "JetRec/JetModifierBase.h" 00015 00016 class JetConstitRemover : public JetModifierBase { 00017 ASG_TOOL_CLASS(JetConstitRemover, IJetModifier); 00018 00019 public: 00020 00021 // Constructor from tool name. 00022 JetConstitRemover(const std::string& myname); 00023 00024 // Inherited method to modify a jet. 00025 // 00026 virtual int modifyJet(xAOD::Jet& jet) const; 00027 00028 }; 00029 00030 #endif