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 
10 
22 class FSimEvent;
23 
24 
25 
27  public:
28 
29  explicit PFBlockProducer(const edm::ParameterSet&);
30 
31  ~PFBlockProducer() override;
32 
34  edm::EventSetup const&) override;
35 
36  void produce(edm::Event&, const edm::EventSetup&) override;
37 
38  private:
40  const bool verbose_;
42 
45 
46 };
47 
49 
50 #endif
void produce(edm::Event &, const edm::EventSetup &) override
const edm::EDPutTokenT< reco::PFBlockCollection > putToken_
PFBlockProducer(const edm::ParameterSet &)
Particle Flow Algorithm.
Definition: PFBlockAlgo.h:36
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:16
PFBlockAlgo pfBlockAlgo_
Particle flow block algorithm.
~PFBlockProducer() override
const bool verbose_
verbose ?
void beginLuminosityBlock(edm::LuminosityBlock const &, edm::EventSetup const &) override
Producer for particle flow blocks.