72 produces<FEDRawDataCollection>();
91 auto producedData = std::make_unique<FEDRawDataCollection>();
105 uint64_t* fedTrailer = pData + (length - 1);
106 bool crcError = (*fedTrailer >> 2) & 0
x1;
109 FEDRawData& fedDataProd = producedData->FEDData(*
i);
110 if (fedDataProd.
size() != 0) {
116 unsigned char* dataProd = fedDataProd.
data();
117 const unsigned char*
data = fedData.
data();
118 for (
unsigned int k = 0;
k < fedData.
size(); ++
k) {
T getParameter(std::string const &) const
#define DEFINE_FWK_MODULE(type)
~EcalFEDWithCRCErrorProducer() override
size_t size() const
Lenght of the data buffer in bytes.
T getUntrackedParameter(std::string const &, T const &) const
void resize(size_t newsize)
EcalFEDWithCRCErrorProducer(const edm::ParameterSet &)
void produce(edm::Event &, const edm::EventSetup &) override
const FEDRawData & FEDData(int fedid) const
retrieve data for fed
unsigned long long uint64_t
char data[epos_bytes_allocation]
std::vector< int > fedUnpackList_
const unsigned char * data() const
Return a const pointer to the beginning of the data buffer.