9 edm::LogError(
"SiPixelDynamicInefficiency") <<
"SiPixelDynamicInefficiency PixelGeomFactor for DetID " << detid <<
" is already stored. Skippig this put" << std::endl;
20 edm::LogError(
"SiPixelDynamicInefficiency") <<
"SiPixelDynamicInefficiency PixelGeomFactor for DetID " << detid <<
" is not stored" << std::endl;
26 std::map<unsigned int,double>::const_iterator
id=
m_ColGeomFactors.find(detid);
28 edm::LogError(
"SiPixelDynamicInefficiency") <<
"SiPixelDynamicInefficiency ColGeomFactor for DetID " << detid <<
" is already stored. Skippig this put" << std::endl;
36 std::map<unsigned int,double>::const_iterator
id=
m_ColGeomFactors.find(detid);
39 edm::LogError(
"SiPixelDynamicInefficiency") <<
"SiPixelDynamicInefficiency ColGeomFactor for DetID " << detid <<
" is not stored" << std::endl;
47 edm::LogError(
"SiPixelDynamicInefficiency") <<
"SiPixelDynamicInefficiency ChipGeomFactor for DetID " << detid <<
" is already stored. Skippig this put" << std::endl;
58 edm::LogError(
"SiPixelDynamicInefficiency") <<
"SiPixelDynamicInefficiency ChipGeomFactor for DetID " << detid <<
" is not stored" << std::endl;
64 std::map<unsigned int,std::vector<double> >::const_iterator
id=
m_PUFactors.find(detid);
66 edm::LogError(
"SiPixelDynamicInefficiency") <<
"SiPixelDynamicInefficiency PUFactor for DetID " << detid <<
" is already stored. Skippig this put" << std::endl;
74 std::map<unsigned int,std::vector<double> >::const_iterator
id=
m_PUFactors.find(detid);
77 edm::LogError(
"SiPixelDynamicInefficiency") <<
"SiPixelDynamicInefficiency PUFactor for DetID " << detid <<
" is not stored" << std::endl;
79 std::vector<double>
empty;
90 edm::LogError(
"SiPixelDynamicInefficiency") <<
"SiPixelDynamicInefficiency DetIdmask "<<i<<
" is not stored!" << std::endl;
98 edm::LogError(
"SiPixelDynamicInefficiency") <<
"SiPixelDynamicInefficiency theInstLumiScaleFactor is already stored! Skippig this put!" << std::endl;
109 edm::LogError(
"SiPixelDynamicInefficiency") <<
"SiPixelDynamicInefficiency theInstLumiScaleFactor is not stored!" << std::endl;
uint32_t getDetIdmask(unsigned int &) const
SiPixelDynamicInefficiency()
bool putPUFactor(const uint32_t &, std::vector< double > &)
bool putDetIdmask(uint32_t &)
bool putChipGeomFactor(const uint32_t &, double &)
bool putColGeomFactor(const uint32_t &, double &)
double theInstLumiScaleFactor_
double getPixelGeomFactor(const uint32_t &) const
std::vector< uint32_t > v_DetIdmasks
double getColGeomFactor(const uint32_t &) const
std::map< unsigned int, double > m_ChipGeomFactors
std::map< unsigned int, std::vector< double > > m_PUFactors
bool puttheInstLumiScaleFactor(double &)
std::map< unsigned int, double > m_PixelGeomFactors
double getChipGeomFactor(const uint32_t &) const
std::map< unsigned int, double > m_ColGeomFactors
double gettheInstLumiScaleFactor() const
std::vector< double > getPUFactor(const uint32_t &) const
bool putPixelGeomFactor(const uint32_t &, double &)