13 : inputLabel_(conf.getParameter<
std::
string>(
"digiLabel")) {
36 std::pair<int, int> HBsearchTS(
tmp[0],
tmp[1]);
44 std::pair<int, int> HEsearchTS(
tmp[0],
tmp[1]);
52 std::pair<int, int> HOsearchTS(
tmp[0],
tmp[1]);
60 std::pair<int, int> HFsearchTS(
tmp[0],
tmp[1]);
81 produces<HBHEDigiCollection>();
82 produces<HODigiCollection>();
83 produces<HFDigiCollection>();
84 produces<QIE10DigiCollection>(
"HFQIE10DigiCollection");
85 produces<QIE11DigiCollection>(
"HBHEQIE11DigiCollection");
126 algo_->suppress(*(
hbhe.product()), *zs_hbhe);
127 algo_->suppress(*(
ho.product()), *zs_ho);
128 algo_->suppress(*(
hf.product()), *zs_hf);
132 edm::LogInfo(
"HcalZeroSuppression") <<
"Suppression (HBHE) input " <<
hbhe->size() <<
" digis, output "
133 << zs_hbhe->size() <<
" digis"
134 <<
" (HO) input " <<
ho->size() <<
" digis, output " << zs_ho->size() <<
" digis"
135 <<
" (HF) input " <<
hf->size() <<
" digis, output " << zs_hf->size() <<
" digis"
136 <<
" (HFQIE10) input " << hfQIE10->
size() <<
" digis, output "
137 << zs_hfQIE10->size() <<
" digis"
138 <<
" (HBHEQIE11) input " << hbheQIE11->
size() <<
" digis, output "
139 << zs_hbheQIE11->size() <<
" digis";
145 e.put(
std::move(zs_hfQIE10),
"HFQIE10DigiCollection");
146 e.put(
std::move(zs_hbheQIE11),
"HBHEQIE11DigiCollection");