Main Page
Namespaces
Classes
Package Documentation
GeneratorInterface
GenFilters
src
HighETPhotonsFilter.cc
Go to the documentation of this file.
1
#include "
GeneratorInterface/GenFilters/interface/HighETPhotonsFilter.h
"
2
3
using namespace
edm
;
4
using namespace
std
;
5
6
7
HighETPhotonsFilter::HighETPhotonsFilter
(
const
edm::ParameterSet
& iConfig) {
8
9
ParameterSet
filterPSet=iConfig.
getParameter
<
edm::ParameterSet
>(
"filterAlgoPSet"
);
10
11
HighETPhotonsAlgo_=
new
HighETPhotonsFilterAlgo
(filterPSet);
12
13
}
14
15
HighETPhotonsFilter::~HighETPhotonsFilter
() {
16
}
17
18
19
bool
HighETPhotonsFilter::filter
(
edm::Event
&
iEvent
,
const
edm::EventSetup
& iSetup){
20
21
22
bool
result
=HighETPhotonsAlgo_->filter(iEvent);
23
24
return
result
;
25
26
}
27
28
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
mps_fire.result
result
Definition:
mps_fire.py:291
std
Definition:
JetResolutionObject.h:80
HighETPhotonsFilterAlgo
Definition:
HighETPhotonsFilterAlgo.h:28
HighETPhotonsFilter.h
iEvent
int iEvent
Definition:
GenABIO.cc:224
edm::EventSetup
Definition:
EventSetup.h:57
HighETPhotonsFilter::filter
bool filter(edm::Event &, const edm::EventSetup &) override
Definition:
HighETPhotonsFilter.cc:19
edm
HLT enums.
Definition:
AlignableModifier.h:17
HighETPhotonsFilter::HighETPhotonsFilter
HighETPhotonsFilter(const edm::ParameterSet &)
Definition:
HighETPhotonsFilter.cc:7
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:71
HighETPhotonsFilter::~HighETPhotonsFilter
~HighETPhotonsFilter() override
Definition:
HighETPhotonsFilter.cc:15
Generated for CMSSW Reference Manual by
1.8.11