CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TTbar_P4Violation.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: TTbar_P4Violation
4 // Class: TTbar_P4Violation
5 //
13 //
14 // Original Author: Martijn Gosselink,,,
15 // Created: Fri Jan 20 12:52:00 CET 2012
16 // $Id: TTbar_P4Violation.h,v 1.3 2013/03/06 16:40:19 inugent Exp $
17 //
18 //
19 // Added to: Validation/EventGenerator by Ian M. Nugent June 28, 2012
20 
21 #ifndef TTbar_P4Violation_H
22 #define TTbar_P4Violation_H
23 
24 
25 // system include files
26 #include <memory>
27 
28 // user include files
31 
34 
36 
38 
39 //
40 // class declaration
41 //
42 
44  public:
45  explicit TTbar_P4Violation(const edm::ParameterSet&);
47 
48  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
49 
50  private:
51  virtual void beginJob() ;
52  virtual bool filter(edm::Event&, const edm::EventSetup&);
53  virtual void endJob() ;
54 
55  // ----------member data ---------------------------
56 };
57 
58 #endif
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
virtual void beginJob()
virtual bool filter(edm::Event &, const edm::EventSetup &)
virtual void endJob()
TTbar_P4Violation(const edm::ParameterSet &)