|
|
Go to the documentation of this file.
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;
std::map< unsigned int, double > m_ChipGeomFactors
bool putPixelGeomFactor(const uint32_t &, double &)
double getColGeomFactor(const uint32_t &) const
std::map< unsigned int, double > m_ColGeomFactors
bool putDetIdmask(uint32_t &)
double getChipGeomFactor(const uint32_t &) const
std::map< unsigned int, std::vector< double > > m_PUFactors
bool puttheInstLumiScaleFactor(double &)
bool putColGeomFactor(const uint32_t &, double &)
std::map< unsigned int, double > m_PixelGeomFactors
double gettheInstLumiScaleFactor() const
SiPixelDynamicInefficiency()
double getPixelGeomFactor(const uint32_t &) const
Log< level::Error, false > LogError
std::vector< uint32_t > v_DetIdmasks
double theInstLumiScaleFactor_
bool putPUFactor(const uint32_t &, std::vector< double > &)
bool putChipGeomFactor(const uint32_t &, double &)
uint32_t getDetIdmask(unsigned int &) const
std::vector< double > getPUFactor(const uint32_t &) const