CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
ApvGain::GainSmearings Struct Reference

Public Member Functions

 GainSmearings ()
 
void setSmearing (bool doScale, bool doSmear, double the_scaleFactor, double the_smearFactor)
 
 ~GainSmearings ()
 

Public Attributes

bool m_doScale
 
bool m_doSmear
 
double m_scaleFactor
 
double m_smearFactor
 

Detailed Description

Definition at line 55 of file SiStripChannelGainFromDBMiscalibrator.cc.

Constructor & Destructor Documentation

ApvGain::GainSmearings::GainSmearings ( )
inline
ApvGain::GainSmearings::~GainSmearings ( )
inline

Definition at line 62 of file SiStripChannelGainFromDBMiscalibrator.cc.

62 {}

Member Function Documentation

void ApvGain::GainSmearings::setSmearing ( bool  doScale,
bool  doSmear,
double  the_scaleFactor,
double  the_smearFactor 
)
inline

Member Data Documentation

bool ApvGain::GainSmearings::m_doScale

Definition at line 71 of file SiStripChannelGainFromDBMiscalibrator.cc.

Referenced by GainSmearings(), and setSmearing().

bool ApvGain::GainSmearings::m_doSmear

Definition at line 72 of file SiStripChannelGainFromDBMiscalibrator.cc.

Referenced by GainSmearings(), and setSmearing().

double ApvGain::GainSmearings::m_scaleFactor

Definition at line 73 of file SiStripChannelGainFromDBMiscalibrator.cc.

Referenced by GainSmearings(), and setSmearing().

double ApvGain::GainSmearings::m_smearFactor

Definition at line 74 of file SiStripChannelGainFromDBMiscalibrator.cc.

Referenced by GainSmearings(), and setSmearing().