CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CATopJetHelper.h
Go to the documentation of this file.
1 #ifndef RecoJets_JetAlgorithms_interface_CATopJetHelper_h
2 #define RecoJets_JetAlgorithms_interface_CATopJetHelper_h
3 
4 // \class CATopJetHelper
5 //
6 // \short Create tag info properties for CATopTags that can be computed
7 // "on the fly".
8 //
9 //
10 // \author Salvatore Rappoccio
11 // \version first version on 1-May-2011
12 
15 
17 public:
18  CATopJetHelper(double TopMass, double WMass) : TopMass_(TopMass), WMass_(WMass) {}
19 
20  reco::CATopJetProperties operator()(reco::Jet const& ihardJet) const;
21 
22 protected:
23  double TopMass_;
24  double WMass_;
25 };
26 
27 #endif
Base class for all types of Jets.
Definition: Jet.h:20
reco::CATopJetProperties operator()(reco::Jet const &ihardJet) const
CATopJetHelper(double TopMass, double WMass)