CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EventShapeVarsProducer.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_CandAlgos_EventShapeVarsProducer_h
2 #define PhysicsTools_CandAlgos_EventShapeVarsProducer_h
3 
42 
44 {
45  public:
46 
49 
50  private:
51 
53  double r_;
54 
55  void beginJob() {}
56  void produce(edm::Event&, const edm::EventSetup&);
57  void endJob() {}
58 
59 };
60 
61 #endif
62 
63 
EventShapeVarsProducer(const edm::ParameterSet &)
void produce(edm::Event &, const edm::EventSetup &)