Page MenuHomeHEPForge

HullMomentTool.hh
No OneTemporary

HullMomentTool.hh

#ifndef _HULLMOMENT_TOOL_HH_
#define _HULLMOMENT_TOOL_HH_
#include <string>
#include "JetCore/JetTool.hh"
namespace SpartyJet {
class JetMomentMap;
class HullMomentTool : public JetTool {
public:
HullMomentTool(std::string name) : JetTool(name){};
virtual void init(JetMomentMap *mmap) ;
virtual void execute(JetCollection &inputJets) ;
};
} // namespace SpartyJet
#endif

File Metadata

Mime Type
text/x-c++
Expires
Thu, Apr 24, 6:37 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4819878
Default Alt Text
HullMomentTool.hh (384 B)

Event Timeline