CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
EtaPhiRegion Class Reference

Public Member Functions

 EtaPhiRegion (float iEta, float iPhi, float iDR, float iDEta, float iDPhi)
 
bool operator() (float eta, float phi) const
 
 ~EtaPhiRegion ()
 

Private Attributes

float centreEta_
 
float centrePhi_
 
float maxDeltaR2_
 
float maxDEta_
 
float maxDPhi_
 

Detailed Description

Definition at line 45 of file HLTCaloObjInRegionsProducer.cc.

Constructor & Destructor Documentation

◆ EtaPhiRegion()

EtaPhiRegion::EtaPhiRegion ( float  iEta,
float  iPhi,
float  iDR,
float  iDEta,
float  iDPhi 
)
inline

Definition at line 60 of file HLTCaloObjInRegionsProducer.cc.

64  {

◆ ~EtaPhiRegion()

EtaPhiRegion::~EtaPhiRegion ( )
inline

Definition at line 62 of file HLTCaloObjInRegionsProducer.cc.

64 {

Member Function Documentation

◆ operator()()

bool EtaPhiRegion::operator() ( float  eta,
float  phi 
) const
inline

Definition at line 63 of file HLTCaloObjInRegionsProducer.cc.

64  {
65 public:

Member Data Documentation

◆ centreEta_

float EtaPhiRegion::centreEta_
private

Definition at line 53 of file HLTCaloObjInRegionsProducer.cc.

◆ centrePhi_

float EtaPhiRegion::centrePhi_
private

Definition at line 54 of file HLTCaloObjInRegionsProducer.cc.

◆ maxDeltaR2_

float EtaPhiRegion::maxDeltaR2_
private

Definition at line 55 of file HLTCaloObjInRegionsProducer.cc.

◆ maxDEta_

float EtaPhiRegion::maxDEta_
private

Definition at line 56 of file HLTCaloObjInRegionsProducer.cc.

◆ maxDPhi_

float EtaPhiRegion::maxDPhi_
private

Definition at line 57 of file HLTCaloObjInRegionsProducer.cc.

EtaPhiRegionDataBase
Definition: HLTCaloObjInRegionsProducer.cc:63