CMS 3D CMS Logo

SimpleIsolator.cc
Go to the documentation of this file.
2 #include <sstream>
3 
6 
7 
8 SimpleIsolator::SimpleIsolator(const edm::ParameterSet &conf, edm::ConsumesCollector & iC, bool withCut) :
9  BaseIsolator(conf, iC, withCut)
10 {
11 }
12 
13 void
15  event.getByToken(inputDoubleToken_, handle_);
16 }
17 
18 void
20  handle_.clear();
21 }
22 
edm::Handle< IsoValueMap > handle_
edm::EDGetTokenT< IsoValueMap > inputDoubleToken_
void beginEvent(const edm::Event &event, const edm::EventSetup &eventSetup) override
Definition: event.py:1