9 edm::LogError(
"SiPixelDynamicInefficiency") <<
"SiPixelDynamicInefficiency PixelGeomFactor for DetID " << detid
10 <<
" is already stored. Skippig 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. Skippig 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. Skippig 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. Skippig 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! Skippig this put!" << std::endl;
125 <<
"SiPixelDynamicInefficiency theInstLumiScaleFactor is not stored!" << std::endl;