CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFClusterShapeProducer.h
Go to the documentation of this file.
1 #ifndef RecoParticleFlow_PFClusterShapeProducer_PFClusterShapeProducer_h_
2 #define RecoParticleFlow_PFClusterShapeProducer_PFClusterShapeProducer_h_
3 
4 // system include files
5 #include <memory>
6 #include <vector>
7 
10 
13 
15 
19 
22 
25 
27 
31 
32 
34 {
35  public:
36 
37  explicit PFClusterShapeProducer(const edm::ParameterSet &);
38 
40 
41  virtual void produce(edm::Event & ev, const edm::EventSetup & es);
42 
43  private:
44 
46 
49 
51 
54 
57 };
58 
59 #endif
edm::Handle< reco::PFRecHitCollection > getRecHitCollection(edm::Event &evt)
bool ev
PFClusterShapeAlgo * csAlgo_p
edm::Handle< reco::PFClusterCollection > getClusterCollection(edm::Event &evt)
virtual void produce(edm::Event &ev, const edm::EventSetup &es)
PFClusterShapeProducer(const edm::ParameterSet &)