CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SimpleIsolator.cc
Go to the documentation of this file.
2 #include <sstream>
3 
6 
7 SimpleIsolator::SimpleIsolator(const edm::ParameterSet &conf, edm::ConsumesCollector &iC, bool withCut)
8  : BaseIsolator(conf, iC, withCut) {}
9 
11  event.getByToken(inputDoubleToken_, handle_);
12 }
13 
14 void SimpleIsolator::endEvent() { handle_.clear(); }
edm::Handle< IsoValueMap > handle_
edm::EDGetTokenT< IsoValueMap > inputDoubleToken_
void beginEvent(const edm::Event &event, const edm::EventSetup &eventSetup) override