9 edm::LogError(
"SiPixelDynamicInefficiency") <<
"SiPixelDynamicInefficiency PixelGeomFactor for DetID " << detid
10 <<
" is already stored. Skipping this put" << std::endl;
23 <<
"SiPixelDynamicInefficiency PixelGeomFactor for DetID " << detid <<
" is not stored" << std::endl;
29 std::map<unsigned int, double>::const_iterator
id =
m_ColGeomFactors.find(detid);
31 edm::LogError(
"SiPixelDynamicInefficiency") <<
"SiPixelDynamicInefficiency ColGeomFactor for DetID " << detid
32 <<
" is already stored. Skipping this put" << std::endl;
40 std::map<unsigned int, double>::const_iterator
id =
m_ColGeomFactors.find(detid);
45 <<
"SiPixelDynamicInefficiency ColGeomFactor for DetID " << detid <<
" is not stored" << std::endl;
51 std::map<unsigned int, double>::const_iterator
id =
m_ChipGeomFactors.find(detid);
53 edm::LogError(
"SiPixelDynamicInefficiency") <<
"SiPixelDynamicInefficiency ChipGeomFactor for DetID " << detid
54 <<
" is already stored. Skipping this put" << std::endl;
62 std::map<unsigned int, double>::const_iterator
id =
m_ChipGeomFactors.find(detid);
67 <<
"SiPixelDynamicInefficiency ChipGeomFactor for DetID " << detid <<
" is not stored" << std::endl;
73 std::map<unsigned int, std::vector<double> >::const_iterator
id =
m_PUFactors.find(detid);
75 edm::LogError(
"SiPixelDynamicInefficiency") <<
"SiPixelDynamicInefficiency PUFactor for DetID " << detid
76 <<
" is already stored. Skipping this put" << std::endl;
84 std::map<unsigned int, std::vector<double> >::const_iterator
id =
m_PUFactors.find(detid);
89 <<
"SiPixelDynamicInefficiency PUFactor for DetID " << detid <<
" is not stored" << std::endl;
91 std::vector<double>
empty;
105 <<
"SiPixelDynamicInefficiency DetIdmask " <<
i <<
" is not stored!" << std::endl;
114 <<
"SiPixelDynamicInefficiency theInstLumiScaleFactor is already stored! Skipping this put!" << std::endl;
125 <<
"SiPixelDynamicInefficiency theInstLumiScaleFactor is not stored!" << std::endl;
SiPixelDynamicInefficiency()
bool putPUFactor(const uint32_t &, std::vector< double > &)
double getPixelGeomFactor(const uint32_t &) const
bool putDetIdmask(uint32_t &)
bool putChipGeomFactor(const uint32_t &, double &)
bool putColGeomFactor(const uint32_t &, double &)
double getChipGeomFactor(const uint32_t &) const
std::map< unsigned int, double > m_PixelGeomFactors
double theInstLumiScaleFactor_
Log< level::Error, false > LogError
std::map< unsigned int, double > m_ChipGeomFactors
std::vector< uint32_t > v_DetIdmasks
std::map< unsigned int, std::vector< double > > m_PUFactors
std::map< unsigned int, double > m_ColGeomFactors
bool puttheInstLumiScaleFactor(double &)
uint32_t getDetIdmask(unsigned int &) const
std::vector< double > getPUFactor(const uint32_t &) const
double getColGeomFactor(const uint32_t &) const
bool putPixelGeomFactor(const uint32_t &, double &)
double gettheInstLumiScaleFactor() const