CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
EGRegressionModifierV3::PhoRegs Struct Reference

Public Member Functions

 PhoRegs (const edm::ParameterSet &iConfig)
 
void setEventContent (const edm::EventSetup &iSetup)
 

Public Attributes

EgammaRegressionContainer ecalOnlyMean
 
EgammaRegressionContainer ecalOnlySigma
 

Detailed Description

Definition at line 32 of file EGRegressionModifierV3.cc.

Constructor & Destructor Documentation

EGRegressionModifierV3::PhoRegs::PhoRegs ( const edm::ParameterSet iConfig)

Definition at line 387 of file EGRegressionModifierV3.cc.

387  :
388  ecalOnlyMean(iConfig.getParameter<edm::ParameterSet>("ecalOnlyMean")),
389  ecalOnlySigma(iConfig.getParameter<edm::ParameterSet>("ecalOnlySigma"))
390 {
391 
392 }
T getParameter(std::string const &) const
EgammaRegressionContainer ecalOnlySigma
EgammaRegressionContainer ecalOnlyMean

Member Function Documentation

void EGRegressionModifierV3::PhoRegs::setEventContent ( const edm::EventSetup iSetup)

Definition at line 394 of file EGRegressionModifierV3.cc.

References ecalOnlyMean, ecalOnlySigma, and EgammaRegressionContainer::setEventContent().

395 {
398 }
void setEventContent(const edm::EventSetup &iSetup)
EgammaRegressionContainer ecalOnlySigma
EgammaRegressionContainer ecalOnlyMean

Member Data Documentation

EgammaRegressionContainer EGRegressionModifierV3::PhoRegs::ecalOnlyMean

Definition at line 35 of file EGRegressionModifierV3.cc.

Referenced by setEventContent().

EgammaRegressionContainer EGRegressionModifierV3::PhoRegs::ecalOnlySigma

Definition at line 36 of file EGRegressionModifierV3.cc.

Referenced by setEventContent().