CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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:
43 
44  private:
45  virtual void beginJob() ;
46  virtual bool filter(edm::Event&, const edm::EventSetup&) override;
47  virtual void endJob() ;
48 
49  // ----------member data ---------------------------
51 
52 };
53 #endif
TagProbeMassEDMFilter(const edm::ParameterSet &)
virtual bool filter(edm::Event &, const edm::EventSetup &) override