Definition at line 14 of file ESRawToDigi.h.
Definition at line 52 of file ESRawToDigi.cc.
References gather_cfg::cout, dataToken_, debug_, ESdigiCollection_, ESUnpacker_, FEDRawDataCollection::FEDData(), l1t::stage2::layer2::fedId, fedsToken_, edm::Event::getByToken(), ESListOfFEDS::GetList(), mps_fire::i, ESUnpacker::interpretRawData(), edm::HandleBase::isValid(), LogDebug, FEDNumbering::MAXPreShowerFEDID, FEDNumbering::MINPreShowerFEDID, eostools::move(), edm::Event::put(), matplotRender::rawdata, regional_, and FEDRawData::size().
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
58 LogDebug(
"") <<
"ESRawToDigi : Error! can't get rawdata!" << std::endl;
61 std::vector<int> esFeds_to_unpack;
65 esFeds_to_unpack = fedslist->
GetList();
69 auto productDCC = std::make_unique<ESRawDataCollection>();
70 auto productKCHIP = std::make_unique<ESLocalRawDataCollection>();
71 auto productDigis = std::make_unique<ESDigiCollection>();
76 for (
unsigned int i=0;
i<esFeds_to_unpack.size(); ++
i) {
81 if (
debug_)
std::cout<<
"FED : "<<esFeds_to_unpack[
i]<<
" Data size : "<<fedRawData.
size()<<
" (Bytes)"<<std::endl;
edm::EDGetTokenT< FEDRawDataCollection > dataToken_
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
bool getByToken(EDGetToken token, Handle< PROD > &result) const
size_t size() const
Lenght of the data buffer in bytes.
const FEDRawData & FEDData(int fedid) const
retrieve data for fed
std::vector< int > GetList() const
std::string ESdigiCollection_
void interpretRawData(int fedId, const FEDRawData &rawData, ESRawDataCollection &dccs, ESLocalRawDataCollection &kchips, ESDigiCollection &digis)
edm::EDGetTokenT< ESListOfFEDS > fedsToken_