#include <IsoDepositVetos.h>
Public Member Functions | |
AngleCone (const math::XYZVectorD &dir, double angle) | |
AngleCone (Direction dir, double angle) | |
virtual void | centerOn (double eta, double phi) |
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. More... | |
Public Member Functions inherited from reco::isodeposit::AbsVeto | |
virtual | ~AbsVeto () |
Private Attributes | |
math::XYZVectorD | coneDir_ |
float | cosTheta_ |
Definition at line 74 of file IsoDepositVetos.h.
AngleCone::AngleCone | ( | const math::XYZVectorD & | dir, |
double | angle | ||
) |
Definition at line 69 of file IsoDepositVetos.cc.
AngleCone::AngleCone | ( | Direction | dir, |
double | angle | ||
) |
Definition at line 71 of file IsoDepositVetos.cc.
References coneDir_, reco::isodeposit::Direction::eta(), and reco::isodeposit::Direction::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 78 of file IsoDepositVetos.cc.
References coneDir_.
|
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 74 of file IsoDepositVetos.cc.
References coneDir_, cosTheta_, and tmp.
|
private |
Definition at line 81 of file IsoDepositVetos.h.
Referenced by AngleCone(), centerOn(), and veto().
|
private |
Definition at line 81 of file IsoDepositVetos.h.
Referenced by veto().