CMS 3D CMS Logo

PFBlockProducer.h
Go to the documentation of this file.
1 #ifndef RecoParticleFlow_PFProducer_PFBlockProducer_h_
2 #define RecoParticleFlow_PFProducer_PFBlockProducer_h_
3 
4 // system include files
5 #include <memory>
6 #include <string>
7 
8 // user include files
12 
15 
17 
27 
30 
31 
43 class FSimEvent;
44 
45 
46 
48  public:
49 
50  explicit PFBlockProducer(const edm::ParameterSet&);
51 
52  ~PFBlockProducer() override;
53 
55  edm::EventSetup const&) override;
56 
57  void produce(edm::Event&, const edm::EventSetup&) override;
58 
59  private:
61  bool verbose_;
62 
65 
66 };
67 
69 
70 #endif
void produce(edm::Event &, const edm::EventSetup &) override
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:17
PFBlockProducer(const edm::ParameterSet &)
Particle Flow Algorithm.
Definition: PFBlockAlgo.h:91
PFBlockAlgo pfBlockAlgo_
Particle flow block algorithm.
~PFBlockProducer() override
void beginLuminosityBlock(edm::LuminosityBlock const &, edm::EventSetup const &) override
bool verbose_
verbose ?
Producer for particle flow blocks.