00001
00002
00003 #ifndef IJetConsumer_H
00004 #define IJetConsumer_H
00005
00013
00014 #include "AsgTools/IAsgTool.h"
00015 #include "xAODJet/JetContainer.h"
00016
00017 class IJetConsumer : virtual public asg::IAsgTool {
00018 ASG_TOOL_INTERFACE(IJetConsumer)
00019
00020 public:
00021
00023 virtual ~IJetConsumer();
00024
00027 virtual int process(const xAOD::JetContainer& srcjets) const =0;
00028
00029 };
00030
00031 #endif