CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FFTJetCorrectorResultFromTransient.h
Go to the documentation of this file.
1 #ifndef FFTJetCorrectorResultFromTransient_h
2 #define FFTJetCorrectorResultFromTransient_h
3 
7 
8 template<typename MyJet>
10 {
11  typedef MyJet jet_type;
13 
14  inline result_type operator()(const MyJet& /* jet */,
15  const FFTJetCorrectorTransient& t) const
16  {return FFTJetCorrectorResult(t.vec(), t.scale(), t.sigma());}
17 };
18 
19 #endif // FFTJetCorrectorResultFromTransient_h
result_type operator()(const MyJet &, const FFTJetCorrectorTransient &t) const
const LorentzVector & vec() const