Public Member Functions | |
void | centerOn (double eta, double phi) override |
SwitchingEcalVeto (AbsVeto *veto, bool isBarrel) | |
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 | |
bool | barrel_ |
std::unique_ptr< AbsVeto > | veto_ |
Definition at line 10 of file IsoDepositVetoFactory.cc.
|
inline |
Definition at line 13 of file IsoDepositVetoFactory.cc.
Referenced by IsoDepositVetoFactory::make().
|
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 18 of file IsoDepositVetoFactory.cc.
References veto_.
|
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 15 of file IsoDepositVetoFactory.cc.
References barrel_, and veto_.
|
private |
Definition at line 23 of file IsoDepositVetoFactory.cc.
Referenced by veto().
|
private |
Definition at line 22 of file IsoDepositVetoFactory.cc.
Referenced by centerOn(), and veto().