00001
00002 #ifndef JETSUBSTRUCTURE_QWTOOL_H
00003 #define JETSUBSTRUCTURE_QWTOOL_H
00013 #include "JetSubStructureMomentTools/JetSubStructureMomentToolsBase.h"
00014
00015 class QwTool : public JetSubStructureMomentToolsBase {
00016 ASG_TOOL_CLASS(QwTool, IJetModifier)
00017
00018 public:
00019
00020
00021 QwTool(const std::string& t);
00022
00023
00024
00025
00026
00027 int modifyJet(xAOD::Jet&) const;
00028
00029
00030 };
00031
00032 #endif