Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
Validation
EventGenerator
interface
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
29
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
30
#include "
FWCore/Framework/interface/EDFilter.h
"
31
32
#include "
FWCore/Framework/interface/Event.h
"
33
#include "
FWCore/Framework/interface/MakerMacros.h
"
34
35
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
36
37
#include "
AnalysisDataFormats/TopObjects/interface/TtGenEvent.h
"
38
39
//
40
// class declaration
41
//
42
43
class
TTbar_P4Violation
:
public
edm::EDFilter
{
44
public
:
45
explicit
TTbar_P4Violation
(
const
edm::ParameterSet
&);
46
~TTbar_P4Violation
();
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
TTbar_P4Violation::~TTbar_P4Violation
~TTbar_P4Violation()
Definition:
TTbar_P4Violation.cc:21
TTbar_P4Violation::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition:
TTbar_P4Violation.cc:120
Event.h
MakerMacros.h
TtGenEvent.h
Frameworkfwd.h
TTbar_P4Violation
Definition:
TTbar_P4Violation.h:43
ParameterSet.h
EDFilter.h
TTbar_P4Violation::beginJob
virtual void beginJob()
Definition:
TTbar_P4Violation.cc:109
edm::EventSetup
Definition:
EventSetup.h:44
TTbar_P4Violation::filter
virtual bool filter(edm::Event &, const edm::EventSetup &)
Definition:
TTbar_P4Violation.cc:36
edm::EDFilter
Definition:
EDFilter.h:24
TTbar_P4Violation::endJob
virtual void endJob()
Definition:
TTbar_P4Violation.cc:115
edm::ParameterSet
Definition:
ParameterSet.h:31
edm::Event
Definition:
Event.h:49
TTbar_P4Violation::TTbar_P4Violation
TTbar_P4Violation(const edm::ParameterSet &)
Definition:
TTbar_P4Violation.cc:14
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:27
Generated for CMSSW Reference Manual by
1.8.5