Main Page
Namespaces
Classes
Package Documentation
GeneratorInterface
GenFilters
interface
PythiaFilterGammaJetWithOutBg.h
Go to the documentation of this file.
1
#ifndef PythiaFilterGammaJetWithOutBg_h
2
#define PythiaFilterGammaJetWithOutBg_h
3
14
// system include files
15
#include <memory>
16
17
// user include files
18
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
19
#include "
FWCore/Framework/interface/EDFilter.h
"
20
21
#include "
FWCore/Framework/interface/Event.h
"
22
#include "
FWCore/Framework/interface/MakerMacros.h
"
23
24
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
25
26
namespace
edm
{
27
class
HepMCProduct
;
28
}
29
30
class
PythiaFilterGammaJetWithOutBg
:
public
edm::EDFilter
{
31
public
:
32
explicit
PythiaFilterGammaJetWithOutBg
(
const
edm::ParameterSet
&);
33
~
PythiaFilterGammaJetWithOutBg
()
override
;
34
35
bool
filter
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
36
37
private
:
38
39
edm::EDGetTokenT<edm::HepMCProduct>
token_
;
40
double
etaMax
;
41
double
ptSeed
;
42
double
ptMin
;
43
double
ptMax
;
44
double
dphiMin
;
45
double
detaMax
;
46
double
etaPhotonCut2
;
47
48
double
cone
;
49
double
ebEtaMax
;
50
double
deltaEB
;
51
double
deltaEE
;
52
53
int
theNumberOfSelected
;
54
int
maxnumberofeventsinrun
;
55
56
};
57
#endif
PythiaFilterGammaJetWithOutBg::dphiMin
double dphiMin
Definition:
PythiaFilterGammaJetWithOutBg.h:44
PythiaFilterGammaJetWithOutBg::token_
edm::EDGetTokenT< edm::HepMCProduct > token_
Definition:
PythiaFilterGammaJetWithOutBg.h:39
Event.h
MakerMacros.h
PythiaFilterGammaJetWithOutBg
Definition:
PythiaFilterGammaJetWithOutBg.h:30
PythiaFilterGammaJetWithOutBg::deltaEB
double deltaEB
Definition:
PythiaFilterGammaJetWithOutBg.h:50
PythiaFilterGammaJetWithOutBg::theNumberOfSelected
int theNumberOfSelected
Definition:
PythiaFilterGammaJetWithOutBg.h:53
edm::EDGetTokenT< edm::HepMCProduct >
Frameworkfwd.h
ParameterSet.h
PythiaFilterGammaJetWithOutBg::etaPhotonCut2
double etaPhotonCut2
Definition:
PythiaFilterGammaJetWithOutBg.h:46
PythiaFilterGammaJetWithOutBg::ptMax
double ptMax
Definition:
PythiaFilterGammaJetWithOutBg.h:43
EDFilter.h
HepMCProduct
edm::EventSetup
Definition:
EventSetup.h:57
edm::EDFilter
Definition:
EDFilter.h:39
PythiaFilterGammaJetWithOutBg::cone
double cone
Definition:
PythiaFilterGammaJetWithOutBg.h:48
PythiaFilterGammaJetWithOutBg::detaMax
double detaMax
Definition:
PythiaFilterGammaJetWithOutBg.h:45
PythiaFilterGammaJetWithOutBg::ptSeed
double ptSeed
Definition:
PythiaFilterGammaJetWithOutBg.h:41
PythiaFilterGammaJetWithOutBg::etaMax
double etaMax
Definition:
PythiaFilterGammaJetWithOutBg.h:40
PythiaFilterGammaJetWithOutBg::ptMin
double ptMin
Definition:
PythiaFilterGammaJetWithOutBg.h:42
PythiaFilterGammaJetWithOutBg::maxnumberofeventsinrun
int maxnumberofeventsinrun
Definition:
PythiaFilterGammaJetWithOutBg.h:54
ALCARECOTkAlBeamHalo_cff.filter
filter
Definition:
ALCARECOTkAlBeamHalo_cff.py:27
PythiaFilterGammaJetWithOutBg::deltaEE
double deltaEE
Definition:
PythiaFilterGammaJetWithOutBg.h:51
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::ParameterSet
Definition:
ParameterSet.h:36
PythiaFilterGammaJetWithOutBg::ebEtaMax
double ebEtaMax
Definition:
PythiaFilterGammaJetWithOutBg.h:49
edm::Event
Definition:
Event.h:71
Generated for CMSSW Reference Manual by
1.8.11