CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalCholeskyDecomp.h
Go to the documentation of this file.
1 // user include files
26 
27 #include <math.h>
28 #include <iostream>
29 #include <map>
30 #include <iomanip>
31 #include <fstream>
32 #include <vector>
33 #include <string>
34 #include <sstream>
35 
36 namespace edm {
37  class ParameterSet;
38  class Event;
39  class EventSetup;
40 }
41 
43  public:
44  explicit HcalCholeskyDecomp(const edm::ParameterSet&);
46 
47  private:
48  virtual void beginJob() ;
49  virtual void analyze(const edm::Event&, const edm::EventSetup&);
50  virtual void endJob() ;
51 
53 };
virtual void analyze(const edm::Event &, const edm::EventSetup &)
HcalCholeskyDecomp(const edm::ParameterSet &)