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 
15 #include <vector>
16 
18 
20  public:
25  CMSIterativeConeAlgorithm(double seed, double radius):
26  theSeedThreshold(seed),
27  theConeRadius(radius)
28  { }
29 
31  void run(const JetReco::InputCollection& fInput, JetReco::OutputCollection* fOutput) const;
32 
33  private:
34 
36  double theConeRadius;
37 };
38 
39 #endif
std::vector< ProtoJet > OutputCollection
Definition: JetRecoTypes.h:63
std::vector< InputItem > InputCollection
Definition: JetRecoTypes.h:62
CMSIterativeConeAlgorithm(double seed, double radius)
void run(const JetReco::InputCollection &fInput, JetReco::OutputCollection *fOutput) const
Find the ProtoJets from the collection of input Candidates.