CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/JetMETCorrections/Utilities/interface/SingleParticleJetResponse.h

Go to the documentation of this file.
00001 #ifndef SingleParticleJetResponse_h
00002 #define SingleParticleJetResponse_h
00003 
00013 #include <vector>
00014 #include <cmath>
00015 class SingleParticleJetResponse 
00016 {
00017 public:
00018   
00019   SingleParticleJetResponse();
00020   ~SingleParticleJetResponse(){};
00021   std::vector<double> response(double echar, double energycluster, int algo = 0) const;
00022 };
00023 #endif
00024 
00025 
00026 
00027 
00028 
00029