1#ifndef JETREC_JETCONEFINDERTOOL_H
2#define JETREC_JETCONEFINDERTOOL_H
63#include "fastjet/internal/base.hh"
65FASTJET_BEGIN_NAMESPACE
69class JetConeFinderTool
72 typedef Jet::jet_list_t jetcollection_t;
77 virtual ~JetConeFinderTool();
79 virtual int execute(jetcollection_t &theJets);
84 Jet* calc_cone(
double,
double);
87 std::string m_protoJetContainerLoc;
88 std::string m_jetContainerLoc;
98 jetcollection_t* m_pjetV;
99 jetcollection_t* m_jetOV;
103 std::vector<double>* m_veta;
104 std::vector<double>* m_vphi;