CMS 3D CMS Logo

TauHadronDecayFilter.h
Go to the documentation of this file.
1 #ifndef RecoParticleFlow_PFProducer_TauHadronDecayFilter_h_
2 #define RecoParticleFlow_PFProducer_TauHadronDecayFilter_h_
3 
6 
7 // -*- C++ -*-
8 //
9 // Package: TauHadronDecayFilter
10 // Class: TauHadronDecayFilter
11 //
16 //
17 // Original Author: Colin BERNET
18 // Created: Mon Nov 13 11:06:39 CET 2006
19 //
20 //
21 
22 
23 //
24 // class declaration
25 //
26 
27 class FSimEvent;
28 
30  public:
31  explicit TauHadronDecayFilter(const edm::ParameterSet&);
32  ~TauHadronDecayFilter() override;
33 
34  private:
35  void beginRun(const edm::Run&, const edm::EventSetup&) override;
36  bool filter(edm::Event&, const edm::EventSetup&) override;
37 
38  // ----------member data ---------------------------
41 };
42 
43 #endif
TauHadronDecayFilter(const edm::ParameterSet &)
edm::ParameterSet particleFilter_
void beginRun(const edm::Run &, const edm::EventSetup &) override
bool filter(edm::Event &, const edm::EventSetup &) override
Definition: Run.h:45