#include <IsoDepositVetos.h>
Public Member Functions | |
void | centerOn (double eta, double phi) override |
ThresholdVetoFromTransverse (double threshold) | |
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 | threshold_ |
Definition at line 31 of file IsoDepositVetos.h.
|
inline |
Definition at line 33 of file IsoDepositVetos.h.
|
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 23 of file IsoDepositVetos.cc.
|
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 20 of file IsoDepositVetos.cc.
References PVValHelper::eta, JetChargeProducer_cfi::exp, funct::sin(), and threshold_.
|
private |
Definition at line 38 of file IsoDepositVetos.h.
Referenced by veto().