Go to the documentation of this file.
46 std::vector<int> &peakout,
47 std::vector<int> &filtout,
48 std::vector<int> &
output) {
49 if (peakout.size() != filtout.size()) {
50 edm::LogWarning(
"EcalTPG") <<
" problem in EcalFenixStripFormatEE: peak_out and filt_out don't "
52 std::cout <<
" Size peak_out" << peakout.size() <<
", size filt_out:" << filtout.size() << std::flush << std::endl;
54 for (
unsigned int i = 0;
i < filtout.size();
i++) {
67 if (it != slwinmap.end())
70 edm::LogWarning(
"EcalTPG") <<
" could not find EcalTPGSlidingWindowMap entry for " <<
id;
74 if (sit != statusMap.end()) {
std::map< uint32_t, uint16_t > EcalTPGStripStatusMap
const std::map< uint32_t, uint32_t > & getMap() const
static const std::string input
Log< level::Warning, false > LogWarning
const std::map< uint32_t, uint16_t > & getMap() const
std::map< uint32_t, uint32_t >::const_iterator EcalTPGSlidingWindowMapIterator
std::map< uint32_t, uint32_t > EcalTPGSlidingWindowMap
std::map< uint32_t, uint16_t >::const_iterator EcalTPGStripStatusMapIterator