30 theAlgo_(ps.getParameter<bool>(
"peakFilter"),
31 ps.getParameter<std::vector<double> >(
"weights"),
32 ps.getParameter<int>(
"latency"),
33 ps.getParameter<uint32_t>(
"FG_threshold"),
34 ps.getParameter<uint32_t>(
"ZS_threshold"),
35 ps.getParameter<int>(
"numberOfSamples"),
36 ps.getParameter<int>(
"numberOfPresamples"),
37 ps.getParameter<int>(
"numberOfSamplesHF"),
38 ps.getParameter<int>(
"numberOfPresamplesHF"),
39 ps.getParameter<uint32_t>(
"MinSignalThreshold"),
40 ps.getParameter<uint32_t>(
"PMTNoiseThreshold")
42 inputLabel_(ps.getParameter<std::vector<edm::
InputTag> >(
"inputLabel")),
43 inputTagFEDRaw_(ps.getParameter<edm::
InputTag> (
"InputTagFEDRaw")),
44 runZS_(ps.getParameter<bool>(
"RunZS")),
45 runFrontEndFormatError_(ps.getParameter<bool>(
"FrontEndFormatError"))
64 produces<HcalTrigPrimDigiCollection>();
85 float rctlsb = lutMetadata->getRctLsb();
104 <<
"\nWarning: HBHEDigiCollection with input tag "
106 <<
"\nrequested in configuration, but not found in the event."
107 <<
"\nQuit returning empty product." << std::endl;
117 <<
"\nWarning: HFDigiCollection with input tag "
119 <<
"\nrequested in configuration, but not found in the event."
120 <<
"\nQuit returning empty product." << std::endl;
138 *hbheDigis, *hfDigis, *
result, &(*pG), rctlsb, hfembit);
144 *hbheDigis, *hfDigis, *
result, &(*pG), rctlsb);
159 if (fedHandle.
isValid() && emap != 0) {
163 <<
"\nWarning: FEDRawDataCollection with input tag "
165 <<
"\nrequested in configuration, but not found in the event."
166 <<
"\nQuit returning empty product." << std::endl;
169 std::auto_ptr < HcalTrigPrimDigiCollection > emptyResult(
172 iEvent.
put(emptyResult);
T getParameter(std::string const &) const
edm::InputTag inputTagFEDRaw_
input tag for FEDRawDataCollection
T getUntrackedParameter(std::string const &, T const &) const
void runFEFormatError(const FEDRawDataCollection *rawraw, const HcalElectronicsMap *emap, HcalTrigPrimDigiCollection &result)
HcalTrigPrimDigiProducer(const edm::ParameterSet &ps)
edm::SortedCollection< HcalTriggerPrimitiveDigi > HcalTrigPrimDigiCollection
bool getByToken(EDGetToken token, Handle< PROD > &result) const
bool exists(std::string const ¶meterName) const
checks if a parameter exists
HcalTriggerPrimitiveAlgo theAlgo_
edm::EDGetTokenT< HFDigiCollection > tok_hf_
edm::ParameterSet LongShortCut_
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
void runZS(HcalTrigPrimDigiCollection &tp)
void setNCTScaleShift(int)
T const * product() const
T const * product() const
virtual void produce(edm::Event &e, const edm::EventSetup &c)
edm::EDGetTokenT< FEDRawDataCollection > tok_raw_
void setRCTScaleShift(int)
std::vector< edm::InputTag > inputLabel_
input tags for HCAL digis
bool runFrontEndFormatError_
void setPeakFinderAlgorithm(int algo)
edm::EDGetTokenT< HBHEDigiCollection > tok_hbhe_
void run(const HcalTPGCoder *incoder, const HcalTPGCompressor *outcoder, const HBHEDigiCollection &hbheDigis, const HFDigiCollection &hfDigis, HcalTrigPrimDigiCollection &result, const HcalTrigTowerGeometry *trigTowerGeometry, float rctlsb, const HcalFeatureBit *LongvrsShortCut=0)