CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
reco::isodeposit::ConeThresholdVeto Class Reference

#include <IsoDepositVetos.h>

Inheritance diagram for reco::isodeposit::ConeThresholdVeto:
reco::isodeposit::AbsVeto

Public Member Functions

void centerOn (double eta, double phi) override
 
 ConeThresholdVeto (Direction dir, double dr, 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 dR2_
 
float threshold_
 
Direction vetoDir_
 

Detailed Description

Definition at line 61 of file IsoDepositVetos.h.

Constructor & Destructor Documentation

◆ ConeThresholdVeto()

reco::isodeposit::ConeThresholdVeto::ConeThresholdVeto ( Direction  dir,
double  dr,
double  threshold 
)
inline

Member Function Documentation

◆ centerOn()

void ConeThresholdVeto::centerOn ( double  eta,
double  phi 
)
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 42 of file IsoDepositVetos.cc.

References PVValHelper::eta, and vetoDir_.

◆ veto()

bool ConeThresholdVeto::veto ( double  eta,
double  phi,
float  value 
) const
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 39 of file IsoDepositVetos.cc.

References reco::isodeposit::Direction::deltaR2(), dR2_, PVValHelper::eta, threshold_, and vetoDir_.

Member Data Documentation

◆ dR2_

float reco::isodeposit::ConeThresholdVeto::dR2_
private

Definition at line 70 of file IsoDepositVetos.h.

Referenced by veto().

◆ threshold_

float reco::isodeposit::ConeThresholdVeto::threshold_
private

Definition at line 71 of file IsoDepositVetos.h.

Referenced by veto().

◆ vetoDir_

Direction reco::isodeposit::ConeThresholdVeto::vetoDir_
private

Definition at line 69 of file IsoDepositVetos.h.

Referenced by centerOn(), and veto().