#include <EventDependentAbsVeto.h>
Public Member Functions | |
virtual void | setEvent (const edm::Event &iEvent, const edm::EventSetup &iSetup)=0 |
~EventDependentAbsVeto () override | |
Public Member Functions inherited from reco::isodeposit::AbsVeto | |
virtual void | centerOn (double eta, double phi) |
virtual bool | veto (double eta, double phi, float value) const =0 |
Return "true" if a deposit at specific (eta,phi) with that value must be vetoed in the sum. More... | |
virtual | ~AbsVeto () |
Definition at line 10 of file EventDependentAbsVeto.h.
|
inlineoverride |
Definition at line 12 of file EventDependentAbsVeto.h.
|
pure virtual |