13 inputLabel_(conf.getParameter<
std::
string>(
"digiLabel")) {
25 std::vector<int>
tmp = conf.
getParameter<std::vector<int> >(
"HBregion");
27 if(tmp[0]<0 || tmp[0]>9 || tmp[1]<0 || tmp[1]>9 || tmp[0]>tmp[1]) {
28 edm::LogError(
"HcalZeroSuppression") <<
"ZS(HB) region error: " 29 << tmp[0] <<
":" <<tmp[1];
33 std::pair<int,int> HBsearchTS (tmp[0],tmp[1]);
36 if(tmp[0]<0 || tmp[0]>9 || tmp[1]<0 || tmp[1]>9 || tmp[0]>tmp[1]) {
37 edm::LogError(
"HcalZeroSuppression") <<
"ZS(HE) region error: " 38 << tmp[0] <<
":" <<tmp[1];
41 std::pair<int,int> HEsearchTS (tmp[0],tmp[1]);
44 if(tmp[0]<0 || tmp[0]>9 || tmp[1]<0 || tmp[1]>9 || tmp[0]>tmp[1]) {
45 edm::LogError(
"HcalZeroSuppression") <<
"ZS(HO) region error: " 46 << tmp[0] <<
":" <<tmp[1];
49 std::pair<int,int> HOsearchTS (tmp[0],tmp[1]);
52 if(tmp[0]<0 || tmp[0]>9 || tmp[1]<0 || tmp[1]>9 || tmp[0]>tmp[1]) {
53 edm::LogError(
"HcalZeroSuppression") <<
"ZS(HF) region error: " 54 << tmp[0] <<
":" <<tmp[1];
57 std::pair<int,int> HFsearchTS (tmp[0],tmp[1]);
87 produces<HBHEDigiCollection>();
88 produces<HODigiCollection>();
89 produces<HFDigiCollection>();
90 produces<QIE10DigiCollection>(
"HFQIE10DigiCollection");
91 produces<QIE11DigiCollection>(
"HBHEQIE11DigiCollection");
96 algo_->clearDbService();
144 edm::LogInfo(
"HcalZeroSuppression") <<
"Suppression (HBHE) input " << hbhe->
size() <<
" digis, output " << zs_hbhe->size() <<
" digis" 145 <<
" (HO) input " << ho->
size() <<
" digis, output " << zs_ho->size() <<
" digis" 146 <<
" (HF) input " << hf->
size() <<
" digis, output " << zs_hf->size() <<
" digis" 147 <<
" (HFQIE10) input " << hfQIE10->
size() <<
" digis, output " << zs_hfQIE10->size() <<
" digis" 148 <<
" (HBHEQIE11) input " << hbheQIE11->
size() <<
" digis, output " << zs_hbheQIE11->size() <<
" digis";
156 e.
put(
std::move(zs_hbheQIE11),
"HBHEQIE11DigiCollection");
T getParameter(std::string const &) const
edm::EDGetTokenT< HODigiCollection > tok_ho_
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
virtual ~HcalRealisticZS()
bool getByToken(EDGetToken token, Handle< PROD > &result) const
std::unique_ptr< HcalZSAlgoRealistic > algo_
edm::EDGetTokenT< QIE10DigiCollection > tok_hfQIE10_
HcalDataFrameContainer< QIE10DataFrame > QIE10DigiCollection
edm::EDGetTokenT< HBHEDigiCollection > tok_hbhe_
edm::EDGetTokenT< HFDigiCollection > tok_hf_
HcalDataFrameContainer< QIE11DataFrame > QIE11DigiCollection
T const * product() const
std::vector< std::vector< double > > tmp
edm::EDGetTokenT< QIE11DigiCollection > tok_hbheQIE11_
virtual void produce(edm::Event &e, const edm::EventSetup &c) override
HcalRealisticZS(const edm::ParameterSet &ps)
T const * product() const