1 #ifndef JETREC_JETCONEFINDERTOOL_H
2 #define JETREC_JETCONEFINDERTOOL_H
63 #include <fastjet/internal/base.hh>
65 FASTJET_BEGIN_NAMESPACE
69 class 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;
114 FASTJET_END_NAMESPACE
115 #endif // JETREC_JETCONEFINDERTOOL_H