#include <IsoDepositVetos.h>
Public Member Functions | |
AngleConeVeto (const math::XYZVectorD &dir, double angle) | |
AngleConeVeto (Direction dir, double angle) | |
void | centerOn (double eta, double phi) override |
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 | cosTheta_ |
math::XYZVectorD | vetoDir_ |
Definition at line 74 of file IsoDepositVetos.h.
AngleConeVeto::AngleConeVeto | ( | const math::XYZVectorD & | dir, |
double | angle | ||
) |
Definition at line 46 of file IsoDepositVetos.cc.
AngleConeVeto::AngleConeVeto | ( | Direction | dir, |
double | angle | ||
) |
Definition at line 47 of file IsoDepositVetos.cc.
References DeadROC_duringRun::dir, and vetoDir_.
|
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 54 of file IsoDepositVetos.cc.
References PVValHelper::eta, and vetoDir_.
|
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 50 of file IsoDepositVetos.cc.
References cosTheta_, PVValHelper::eta, createJobs::tmp, and vetoDir_.
|
private |
Definition at line 83 of file IsoDepositVetos.h.
Referenced by veto().
|
private |
Definition at line 82 of file IsoDepositVetos.h.
Referenced by AngleConeVeto(), centerOn(), and veto().