#include <IsoDepositVetos.h>
Public Member Functions | |
void | centerOn (double eta, double phi) override |
ConeVeto (Direction dir, double dr) | |
ConeVeto (const reco::IsoDeposit::Veto &veto) | |
bool | veto (double eta, double phi, float value) const override |
Return "true" if a deposit at specific (eta,phi) with that value must be vetoed in the sum. More... | |
Public Member Functions inherited from reco::isodeposit::AbsVeto | |
virtual | ~AbsVeto () |
Private Attributes | |
float | dR2_ |
Direction | vetoDir_ |
Definition at line 9 of file IsoDepositVetos.h.
|
inline |
Definition at line 11 of file IsoDepositVetos.h.
|
inline |
Definition at line 12 of file IsoDepositVetos.h.
References centerOn(), PVValHelper::eta, and veto().
|
overridevirtual |
Relocates this veto so that the new center is at some (eta,phi). Must be implemented on the specific AbsVeto subclass: in this mother class it just throws exception
Reimplemented from reco::isodeposit::AbsVeto.
Definition at line 12 of file IsoDepositVetos.cc.
References vetoDir_.
Referenced by reco::isodeposit::AbsThresholdVeto::AbsThresholdVeto(), reco::isodeposit::AbsThresholdVetoFromTransverse::AbsThresholdVetoFromTransverse(), reco::isodeposit::ConeThresholdVeto::ConeThresholdVeto(), ConeVeto(), reco::isodeposit::ThresholdVeto::ThresholdVeto(), and reco::isodeposit::ThresholdVetoFromTransverse::ThresholdVetoFromTransverse().
|
overridevirtual |
Return "true" if a deposit at specific (eta,phi) with that value must be vetoed in the sum.
Implements reco::isodeposit::AbsVeto.
Definition at line 9 of file IsoDepositVetos.cc.
References reco::isodeposit::Direction::deltaR2(), dR2_, and vetoDir_.
Referenced by reco::isodeposit::AbsThresholdVeto::AbsThresholdVeto(), reco::isodeposit::AbsThresholdVetoFromTransverse::AbsThresholdVetoFromTransverse(), reco::isodeposit::ConeThresholdVeto::ConeThresholdVeto(), ConeVeto(), reco::isodeposit::ThresholdVeto::ThresholdVeto(), and reco::isodeposit::ThresholdVetoFromTransverse::ThresholdVetoFromTransverse().
|
private |
Definition at line 16 of file IsoDepositVetos.h.
Referenced by veto(), and reco::isodeposit::ConeThresholdVeto::veto().
|
private |
Definition at line 16 of file IsoDepositVetos.h.
Referenced by centerOn(), reco::isodeposit::ConeThresholdVeto::centerOn(), veto(), and reco::isodeposit::ConeThresholdVeto::veto().