CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ParticleFlowForChargedMETProducer.h
Go to the documentation of this file.
1 #ifndef RECOMET_METPRODUCERS_PARTICLEFLOWFORCHARGEDMETPRODUCER_H
2 #define RECOMET_METPRODUCERS_PARTICLEFLOWFORCHARGEDMETPRODUCER_H
3 
4 /*
5  Producer of collection of charged PF candidates beloning to the main PV
6  Author: Marco Zanetti, MIT
7 */
8 
14 
15 namespace reco
16 {
18 
19  public:
22 
23  private:
24 
25  virtual void produce(edm::Event&, const edm::EventSetup&);
26 
29 
30  double dzCut;
32  };
33 }
34 
35 #endif
36 
virtual void produce(edm::Event &, const edm::EventSetup &)