Public Member Functions | |
void | centerOn (double eta, double phi) override |
NumCrystalEtaPhiVeto (const math::XYZVectorD &dir, double iEta, double iPhi) | |
NumCrystalEtaPhiVeto (Direction dir, double iEta, double iPhi) | |
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 | |
double | iEta_ |
double | iPhi_ |
Direction | vetoDir_ |
Definition at line 41 of file IsoDepositVetoFactory.cc.
|
inline |
Definition at line 43 of file IsoDepositVetoFactory.cc.
|
inline |
Definition at line 47 of file IsoDepositVetoFactory.cc.
|
inlineoverridevirtual |
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 63 of file IsoDepositVetoFactory.cc.
|
inlineoverridevirtual |
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 51 of file IsoDepositVetoFactory.cc.
References particleFlow_cfi::dEta, particleFlow_cfi::dPhi, and M_PI.
|
private |
Definition at line 66 of file IsoDepositVetoFactory.cc.
|
private |
Definition at line 66 of file IsoDepositVetoFactory.cc.
|
private |
Definition at line 65 of file IsoDepositVetoFactory.cc.