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 //
17 //
18 // Added to: Validation/EventGenerator by Ian M. Nugent June 28, 2012
19 
20 #ifndef TTbar_P4Violation_H
21 #define TTbar_P4Violation_H
22 
23 
24 // system include files
25 #include <memory>
26 
27 // user include files
30 
33 
35 
37 
38 //
39 // class declaration
40 //
41 
43  public:
44  explicit TTbar_P4Violation(const edm::ParameterSet&);
46 
47  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
48 
49  private:
50  virtual void beginJob() ;
51  virtual bool filter(edm::Event&, const edm::EventSetup&);
52  virtual void endJob() ;
53 
54  // ----------member data ---------------------------
57 };
58 
59 #endif
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm::InputTag genEvt_
edm::EDGetTokenT< TtGenEvent > genEvtToken_
virtual void beginJob()
virtual bool filter(edm::Event &, const edm::EventSetup &)
virtual void endJob()
TTbar_P4Violation(const edm::ParameterSet &)