CMS 3D CMS Logo

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:
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
CATopJetHelper(double TopMass, double WMass)
reco::CATopJetProperties operator()(reco::Jet const &ihardJet) const