CMS 3D CMS Logo

EMEnrichingFilter.cc
Go to the documentation of this file.
2 
4 
11 
14 
18 
19 #include "CLHEP/Vector/LorentzVector.h"
20 
21 
22 using namespace edm;
23 using namespace std;
24 
25 
27 
28  ParameterSet filterPSet=iConfig.getParameter<edm::ParameterSet>("filterAlgoPSet");
29 
30  EMEAlgo_=new EMEnrichingFilterAlgo(filterPSet, consumesCollector());
31 
32 }
33 
35 }
36 
37 
39 
40 
41  bool result=EMEAlgo_->filter(iEvent, iSetup);
42 
43  return result;
44 
45 }
46 
47 
T getParameter(std::string const &) const
EMEnrichingFilter(const edm::ParameterSet &)
int iEvent
Definition: GenABIO.cc:224
~EMEnrichingFilter() override
HLT enums.
bool filter(edm::Event &, const edm::EventSetup &) override