CMS 3D CMS Logo

TagProbeMassEDMFilter.h
Go to the documentation of this file.
1 #ifndef DPGAnalysis_Skim_TagProbeMassEDMFilter_h
2 #define DPGAnalysis_Skim_TagProbeMassEDMFilter_h
3 // -*- C++ -*-
4 //
5 // Package: TagAndProbe
6 // Class : TagProbeMassEDMFilter
7 //
16 //
17 // Original Author: Nadia Adam (Princeton)
18 // Created: Fri Jun 6 09:13:10 CDT 2008
19 // $Id: TagProbeMassEDMFilter.h,v 1.1 2010/05/04 09:42:40 azzi Exp $
20 //
21 
22 // system include files
23 #include <memory>
24 
25 // user include files
28 
31 
33 
34 //
35 // class declaration
36 //
37 
39 {
40  public:
42  ~TagProbeMassEDMFilter() override;
43 
44  private:
45  void beginJob() override;
46  bool filter(edm::Event&, const edm::EventSetup&) override;
47  void endJob() override;
48 
49  // ----------member data ---------------------------
51 
52 };
53 #endif
TagProbeMassEDMFilter(const edm::ParameterSet &)
bool filter(edm::Event &, const edm::EventSetup &) override