CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalIsolatedParticleCandidateProducer.h
Go to the documentation of this file.
1 #ifndef Calibration_EcalIsolatedParticleCandidateProducer_h
2 #define Calibration_EcalIsolatedParticleCandidateProducer_h
3 
6 
9 
11 
13 
15 //
16 // class decleration
17 //
18 
20  public:
23 
24  private:
25 
26  const CaloGeometry* geo;
27 
28  double InConeSize_;
29  double OutConeSize_;
30  double hitCountEthr_;
31  double hitEthr_;
36 
37  virtual void beginJob() ;
38  virtual void produce(edm::Event&, const edm::EventSetup&);
39  virtual void endJob() ;
40 
41  // ----------member data ---------------------------
42 };
43 
44 #endif
virtual void produce(edm::Event &, const edm::EventSetup &)