CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HighETPhotonsFilter.cc
Go to the documentation of this file.
2 
3 using namespace edm;
4 using namespace std;
5 
6 
8 
9  ParameterSet filterPSet=iConfig.getParameter<edm::ParameterSet>("filterAlgoPSet");
10 
11  HighETPhotonsAlgo_=new HighETPhotonsFilterAlgo(filterPSet);
12 
13 }
14 
16 }
17 
18 
20 
21 
22  bool result=HighETPhotonsAlgo_->filter(iEvent);
23 
24  return result;
25 
26 }
27 
28 
T getParameter(std::string const &) const
virtual bool filter(edm::Event &, const edm::EventSetup &)
int iEvent
Definition: GenABIO.cc:230
tuple result
Definition: query.py:137
HighETPhotonsFilter(const edm::ParameterSet &)