Main Page
Namespaces
Classes
Package Documentation
GeneratorInterface
GenFilters
interface
ComphepSingletopFilter.h
Go to the documentation of this file.
1
#ifndef ComphepSingletopFilter_h
2
#define ComphepSingletopFilter_h
3
4
5
// user include files
6
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
7
#include "
FWCore/Framework/interface/EDFilter.h
"
8
#include "
FWCore/Framework/interface/Event.h
"
9
#include "
FWCore/Utilities/interface/InputTag.h
"
10
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
11
12
//
13
// class declaration
14
//
15
16
17
class
ComphepSingletopFilter
:
public
edm::EDFilter
{
18
public
:
19
explicit
ComphepSingletopFilter
(
const
edm::ParameterSet
&);
20
~ComphepSingletopFilter
()
override
;
21
private
:
22
void
beginJob
()
override
;
23
bool
filter
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
24
void
endJob
()
override
;
25
private
:
26
double
ptsep
;
27
unsigned
int
read22
,
read23
;
28
unsigned
int
pass22
,
pass23
;
29
edm::InputTag
hepMCProductTag_
;
30
};
31
32
#endif
ComphepSingletopFilter::filter
bool filter(edm::Event &, const edm::EventSetup &) override
Definition:
ComphepSingletopFilter.cc:58
ComphepSingletopFilter::read22
unsigned int read22
Definition:
ComphepSingletopFilter.h:27
ComphepSingletopFilter::~ComphepSingletopFilter
~ComphepSingletopFilter() override
Definition:
ComphepSingletopFilter.cc:39
ComphepSingletopFilter::beginJob
void beginJob() override
Definition:
ComphepSingletopFilter.cc:42
Event.h
ComphepSingletopFilter::ptsep
double ptsep
Definition:
ComphepSingletopFilter.h:26
Frameworkfwd.h
ParameterSet.h
ComphepSingletopFilter::endJob
void endJob() override
Definition:
ComphepSingletopFilter.cc:48
EDFilter.h
ComphepSingletopFilter::read23
unsigned int read23
Definition:
ComphepSingletopFilter.h:27
edm::EventSetup
Definition:
EventSetup.h:57
edm::EDFilter
Definition:
EDFilter.h:39
ComphepSingletopFilter
Definition:
ComphepSingletopFilter.h:17
ComphepSingletopFilter::pass22
unsigned int pass22
Definition:
ComphepSingletopFilter.h:28
ComphepSingletopFilter::ComphepSingletopFilter
ComphepSingletopFilter(const edm::ParameterSet &)
Definition:
ComphepSingletopFilter.cc:33
edm::InputTag
Definition:
InputTag.h:15
ComphepSingletopFilter::pass23
unsigned int pass23
Definition:
ComphepSingletopFilter.h:28
InputTag.h
ComphepSingletopFilter::hepMCProductTag_
edm::InputTag hepMCProductTag_
Definition:
ComphepSingletopFilter.h:29
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:71
Generated for CMSSW Reference Manual by
1.8.11