34 std::vector<int> &peakout,
35 std::vector<int> &filtout,
36 std::vector<int> &
output) {
37 if (peakout.size() != filtout.size() || sFGVBout.size() != filtout.size()) {
39 <<
" problem in EcalEBFenixStripFormatEB: sfgvb_out, peak_out and filt_out don't have the same size";
42 for (
unsigned int i = 0;
i < filtout.size();
i++) {
54 if (
it != slwinmap.end())
57 edm::LogWarning(
"EcalTPG") <<
" could not find EcalTPGSlidingWindowMap entry for " <<
id;
const std::map< uint32_t, uint32_t > & getMap() const
std::map< uint32_t, uint32_t > EcalTPGSlidingWindowMap
static std::string const input
Log< level::Warning, false > LogWarning
std::map< uint32_t, uint32_t >::const_iterator EcalTPGSlidingWindowMapIterator