CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CMSIterativeConeAlgorithm.h
Go to the documentation of this file.
1 #ifndef JetAlgorithms_CMSIterativeConeAlgorithm_h
2 #define JetAlgorithms_CMSIterativeConeAlgorithm_h
3 
14 #include <vector>
15 
17 
19  public:
24  CMSIterativeConeAlgorithm(double seed, double radius):
25  theSeedThreshold(seed),
26  theConeRadius(radius)
27  { }
28 
30  void run(const JetReco::InputCollection& fInput, JetReco::OutputCollection* fOutput) const;
31 
32  private:
33 
35  double theConeRadius;
36 };
37 
38 #endif
std::vector< ProtoJet > OutputCollection
Definition: JetRecoTypes.h:62
std::vector< InputItem > InputCollection
Definition: JetRecoTypes.h:61
CMSIterativeConeAlgorithm(double seed, double radius)
void run(const JetReco::InputCollection &fInput, JetReco::OutputCollection *fOutput) const
Find the ProtoJets from the collection of input Candidates.