Main Page
Namespaces
Classes
Package Documentation
GeneratorInterface
GenFilters
interface
PythiaFilterGammaJetWithBg.h
Go to the documentation of this file.
1
#ifndef PythiaFilterGammaJetWithBg_h
2
#define PythiaFilterGammaJetWithBg_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
PythiaFilterGammaJetWithBg
:
public
edm::EDFilter
{
31
public
:
32
explicit
PythiaFilterGammaJetWithBg
(
const
edm::ParameterSet
&);
33
~
PythiaFilterGammaJetWithBg
()
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
PythiaFilterGammaJetWithBg::deltaEB
double deltaEB
Definition:
PythiaFilterGammaJetWithBg.h:50
PythiaFilterGammaJetWithBg::ptMin
double ptMin
Definition:
PythiaFilterGammaJetWithBg.h:42
PythiaFilterGammaJetWithBg::ebEtaMax
double ebEtaMax
Definition:
PythiaFilterGammaJetWithBg.h:49
PythiaFilterGammaJetWithBg::token_
edm::EDGetTokenT< edm::HepMCProduct > token_
Definition:
PythiaFilterGammaJetWithBg.h:39
PythiaFilterGammaJetWithBg::cone
double cone
Definition:
PythiaFilterGammaJetWithBg.h:48
Event.h
MakerMacros.h
PythiaFilterGammaJetWithBg::deltaEE
double deltaEE
Definition:
PythiaFilterGammaJetWithBg.h:51
PythiaFilterGammaJetWithBg::ptMax
double ptMax
Definition:
PythiaFilterGammaJetWithBg.h:43
PythiaFilterGammaJetWithBg::detaMax
double detaMax
Definition:
PythiaFilterGammaJetWithBg.h:45
edm::EDGetTokenT< edm::HepMCProduct >
Frameworkfwd.h
ParameterSet.h
PythiaFilterGammaJetWithBg::theNumberOfSelected
int theNumberOfSelected
Definition:
PythiaFilterGammaJetWithBg.h:53
EDFilter.h
PythiaFilterGammaJetWithBg
Definition:
PythiaFilterGammaJetWithBg.h:30
PythiaFilterGammaJetWithBg::etaPhotonCut2
double etaPhotonCut2
Definition:
PythiaFilterGammaJetWithBg.h:46
HepMCProduct
edm::EventSetup
Definition:
EventSetup.h:57
PythiaFilterGammaJetWithBg::maxnumberofeventsinrun
int maxnumberofeventsinrun
Definition:
PythiaFilterGammaJetWithBg.h:54
PythiaFilterGammaJetWithBg::dphiMin
double dphiMin
Definition:
PythiaFilterGammaJetWithBg.h:44
edm::EDFilter
Definition:
EDFilter.h:39
PythiaFilterGammaJetWithBg::ptSeed
double ptSeed
Definition:
PythiaFilterGammaJetWithBg.h:41
ALCARECOTkAlBeamHalo_cff.filter
filter
Definition:
ALCARECOTkAlBeamHalo_cff.py:27
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:71
PythiaFilterGammaJetWithBg::etaMax
double etaMax
Definition:
PythiaFilterGammaJetWithBg.h:40
Generated for CMSSW Reference Manual by
1.8.11