#include <EventDependentAbsVetos.h>
Public Member Functions | |
virtual void | centerOn (double eta, double phi) |
Nothing to do for this. More... | |
OtherCandVeto (const edm::InputTag candidates, AbsVeto *veto) | |
Create a veto specifying the input collection of the candidates, and the deltaR. More... | |
virtual void | setEvent (const edm::Event &iEvent, const edm::EventSetup &iSetup) |
Picks up the directions of the given candidates. More... | |
virtual bool | veto (double eta, double phi, float value) const |
virtual | ~OtherCandVeto () |
Public Member Functions inherited from reco::isodeposit::EventDependentAbsVeto | |
virtual | ~EventDependentAbsVeto () |
Public Member Functions inherited from reco::isodeposit::AbsVeto | |
virtual | ~AbsVeto () |
Private Attributes | |
std::vector< Direction > | items_ |
edm::InputTag | src_ |
std::auto_ptr< AbsVeto > | veto_ |
Definition at line 34 of file EventDependentAbsVetos.h.
|
inline |
Create a veto specifying the input collection of the candidates, and the deltaR.
Definition at line 37 of file EventDependentAbsVetos.h.
|
inlinevirtual |
Definition at line 41 of file EventDependentAbsVetos.h.
|
inlinevirtual |
Nothing to do for this.
Reimplemented from reco::isodeposit::AbsVeto.
Definition at line 48 of file EventDependentAbsVetos.h.
|
virtual |
Picks up the directions of the given candidates.
Implements reco::isodeposit::EventDependentAbsVeto.
Definition at line 37 of file EventDependentAbsVetos.cc.
References edm::Event::getByLabel().
|
virtual |
Return "true" if a deposit at specific (eta,phi) with that value must be vetoed in the sum This is true if the deposit is within the stored AbsVeto of any item of the source collection
Implements reco::isodeposit::AbsVeto.
Definition at line 27 of file EventDependentAbsVetos.cc.
|
private |
Definition at line 55 of file EventDependentAbsVetos.h.
|
private |
Definition at line 54 of file EventDependentAbsVetos.h.
|
private |
Definition at line 56 of file EventDependentAbsVetos.h.