25 produces<ESRawDataCollection>();
26 produces<ESLocalRawDataCollection>();
27 produces<ESDigiCollection>();
30 fedsToken_ = consumes<ESListOfFEDS>(fedsListLabel);
39 desc.addUntracked<
bool>(
"debugMode",
false);
43 descriptions.
add(
"esRawToDigi",
desc);
51 LogDebug(
"") <<
"ESRawToDigi : Error! can't get rawdata!" << std::endl;
54 std::vector<int> esFeds_to_unpack;
58 esFeds_to_unpack = fedslist->
GetList();
62 auto productDCC = std::make_unique<ESRawDataCollection>();
63 auto productKCHIP = std::make_unique<ESLocalRawDataCollection>();
64 auto productDigis = std::make_unique<ESDigiCollection>();
69 for (
unsigned int i = 0;
i < esFeds_to_unpack.size(); ++
i) {
74 std::cout <<
"FED : " << esFeds_to_unpack[
i] <<
" Data size : " <<
fedRawData.size() <<
" (Bytes)" << std::endl;