#include <IsoDepositVetos.h>
Public Member Functions | |
virtual void | centerOn (double eta, double phi) |
ConeThresholdVeto (Direction dir, double dr, double threshold) | |
virtual bool | veto (double eta, double phi, float value) const |
Return "true" if a deposit at specific (eta,phi) with that value must be vetoed in the sum. | |
Private Attributes | |
float | dR2_ |
float | threshold_ |
Direction | vetoDir_ |
Definition at line 55 of file IsoDepositVetos.h.
reco::isodeposit::ConeThresholdVeto::ConeThresholdVeto | ( | Direction | dir, |
double | dr, | ||
double | threshold | ||
) | [inline] |
Definition at line 57 of file IsoDepositVetos.h.
: vetoDir_(dir), dR2_(dr*dr), threshold_(threshold) {}
void ConeThresholdVeto::centerOn | ( | double | eta, |
double | phi | ||
) | [virtual] |
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 48 of file IsoDepositVetos.cc.
References vetoDir_.
bool ConeThresholdVeto::veto | ( | double | eta, |
double | phi, | ||
float | value | ||
) | const [virtual] |
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 45 of file IsoDepositVetos.cc.
References reco::isodeposit::Direction::deltaR2(), dR2_, threshold_, and vetoDir_.
float reco::isodeposit::ConeThresholdVeto::dR2_ [private] |
Definition at line 61 of file IsoDepositVetos.h.
Referenced by veto().
float reco::isodeposit::ConeThresholdVeto::threshold_ [private] |
Definition at line 61 of file IsoDepositVetos.h.
Referenced by veto().
Definition at line 61 of file IsoDepositVetos.h.
Referenced by centerOn(), and veto().