00001
00002
00012 #ifndef JETMOMENTTOOLS_JETLARHVTOOL_H
00013 #define JETMOMENTTOOLS_JETLARHVTOOL_H
00014
00015 #include "JetRec/JetModifierBase.h"
00016 #include "AsgTools/ToolHandle.h"
00017
00018
00019 class JetLArHVTool: public JetModifierBase {
00020 ASG_TOOL_CLASS0(JetLArHVTool)
00021
00022 public:
00023 JetLArHVTool(const std::string & name);
00024
00025 virtual int modifyJet(xAOD::Jet& ) const ;
00026
00027 virtual StatusCode initialize();
00028
00029 private:
00030
00031
00032 };
00033
00034 #endif
00035