CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
EtaPhiRegionData< T1 > Class Template Reference
Inheritance diagram for EtaPhiRegionData< T1 >:
EtaPhiRegionDataBase

Public Member Functions

 EtaPhiRegionData (const edm::ParameterSet &para, edm::ConsumesCollector &consumesColl)
 
void getEtaPhiRegions (const edm::Event &, std::vector< EtaPhiRegion > &) const override
 
- Public Member Functions inherited from EtaPhiRegionDataBase
 EtaPhiRegionDataBase ()
 
virtual ~EtaPhiRegionDataBase ()=default
 

Private Attributes

float maxDeltaR_
 
float maxDEta_
 
float maxDPhi_
 
float maxEt_
 
float minEt_
 
edm::EDGetTokenT< T1 > token_
 

Detailed Description

template<typename T1>
class EtaPhiRegionData< T1 >

Definition at line 75 of file HLTCaloObjInRegionsProducer.cc.

Constructor & Destructor Documentation

◆ EtaPhiRegionData()

template<typename T1>
EtaPhiRegionData< T1 >::EtaPhiRegionData ( const edm::ParameterSet para,
edm::ConsumesCollector consumesColl 
)
inline

Definition at line 85 of file HLTCaloObjInRegionsProducer.cc.

86  : minEt_(para.getParameter<double>("minEt")),
87  maxEt_(para.getParameter<double>("maxEt")),
88  maxDeltaR_(para.getParameter<double>("maxDeltaR")),
89  maxDEta_(para.getParameter<double>("maxDEta")),
90  maxDPhi_(para.getParameter<double>("maxDPhi")),
91  token_(consumesColl.consumes<T1>(para.getParameter<edm::InputTag>("inputColl"))) {}
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
T getParameter(std::string const &) const
Definition: ParameterSet.h:307
edm::EDGetTokenT< T1 > token_

Member Function Documentation

◆ getEtaPhiRegions()

template<typename CandCollType >
void EtaPhiRegionData< CandCollType >::getEtaPhiRegions ( const edm::Event event,
std::vector< EtaPhiRegion > &  regions 
) const
overridevirtual

Member Data Documentation

◆ maxDeltaR_

template<typename T1>
float EtaPhiRegionData< T1 >::maxDeltaR_
private

Definition at line 79 of file HLTCaloObjInRegionsProducer.cc.

◆ maxDEta_

template<typename T1>
float EtaPhiRegionData< T1 >::maxDEta_
private

Definition at line 80 of file HLTCaloObjInRegionsProducer.cc.

◆ maxDPhi_

template<typename T1>
float EtaPhiRegionData< T1 >::maxDPhi_
private

Definition at line 81 of file HLTCaloObjInRegionsProducer.cc.

◆ maxEt_

template<typename T1>
float EtaPhiRegionData< T1 >::maxEt_
private

Definition at line 78 of file HLTCaloObjInRegionsProducer.cc.

◆ minEt_

template<typename T1>
float EtaPhiRegionData< T1 >::minEt_
private

Definition at line 77 of file HLTCaloObjInRegionsProducer.cc.

◆ token_

template<typename T1>
edm::EDGetTokenT<T1> EtaPhiRegionData< T1 >::token_
private

Definition at line 82 of file HLTCaloObjInRegionsProducer.cc.