8 raw_(&fedcollection), cabling_(&cable), worker_(&worker)
10 LogDebug(
"EcalRawToRecHit|LazyUnpacker")<<
"lazy unpacker created with a max of: "
20 LogDebug(
"EcalRawToRecHit|LazyUnpacker")<<
"filling for index: "<<
i;
24 LogDebug(
"EcalRawToRecHit|LazyUnpacker")<<
"inserting: "<<rechits->size() <<
" rechit(s) in the record.";
26 rec.insert(rec.end(), rechits->begin(), rechits->end());
virtual std::auto_ptr< EcalRecHitCollection > work(const uint32_t &i, const FEDRawDataCollection &) const
virtual void fill(const uint32_t &, record_type &)
std::vector< EcalRecHit > record_type
const FEDRawDataCollection * raw_
EcalRawToRecHitLazyUnpacker(const EcalRegionCabling &cable, const EcalUnpackerWorkerBase &worker, const FEDRawDataCollection &fedcollection)
virtual ~EcalRawToRecHitLazyUnpacker()
const EcalUnpackerWorkerBase * worker_