00001
00002
00003 #ifndef IJetUpdateJvt_H
00004 #define IJetUpdateJvt_H
00005
00011
00012 #include "AsgTools/IAsgTool.h"
00013 #include "xAODJet/JetContainer.h"
00014
00015 class IJetUpdateJvt : virtual public asg::IAsgTool {
00016 ASG_TOOL_INTERFACE(IJetUpdateJvt)
00017
00018 public:
00019
00025 virtual float updateJvt(const xAOD::Jet& jet, std::string sjvt = "Jvt",
00026 std::string scale ="JetPileupScaleMomentum") const =0;
00027
00028 };
00029
00030 #endif