21 : calculate_crc_(config.getParameter<
bool>(
"calculateCRC")),
22 fill_counters_(config.getParameter<
bool>(
"fillCounters")),
26 producesCollector())) {
28 produces<RPCAMCLinkCounters>();
39 desc.
add<
bool>(
"calculateCRC",
true);
40 desc.
add<
bool>(
"fillCounters",
true);
43 descs.
add(
"RPCAMCRawToDigi", desc);
53 event.getByToken(
raw_token_, raw_data_collection);
57 std::map<RPCAMCLink, rpcamc13::AMCPayload> amc_payload;
65 std::uint16_t crc(0xffff);
76 LogDebug(
"RPCAMCRawToDigi") <<
"Handling FED " << fed <<
" with length " << nwords;
89 if (!
processBlocks(fed, word, word_end, crc, *counters, amc_payload)) {
97 for (; word < word_end; ++
word) {
101 FEDTrailer trailer(reinterpret_cast<unsigned char const *>(word_end));
102 if ((
unsigned int)(trailer.
crc()) != crc) {
106 edm::LogWarning(
"RPCAMCRawToDigi") <<
"FED Trailer CRC doesn't match for FED id " << fed;
124 bool more_headers(
true);
125 for (; word < word_end && more_headers; ++
word) {
130 LogDebug(
"RPCAMCRawToDigi") <<
"CDF Header " << std::hex << *word <<
std::dec;
132 if (!header.
check()) {
136 edm::LogWarning(
"RPCAMCRawToDigi") <<
"FED Header check failed for FED id " << fed;
145 <<
" does not match requested FED id " << fed;
152 more_headers =
false;
155 return !more_headers;
164 bool more_trailers(
true);
165 for (--word_end; word_end > word && more_trailers; --word_end) {
166 FEDTrailer trailer(reinterpret_cast<unsigned char const *>(word_end));
167 LogDebug(
"RPCAMCRawToDigi") <<
"CDF Trailer " << std::hex << *word_end <<
std::dec <<
", length " 169 if (!trailer.
check()) {
173 edm::LogWarning(
"RPCAMCRawToDigi") <<
"FED Trailer check failed for FED id " << fed;
181 <<
" does not match actual data size " << nwords <<
" for FED id " << fed;
187 more_trailers =
false;
192 return !more_trailers;
200 std::map<RPCAMCLink, rpcamc13::AMCPayload> &amc_payload)
const {
201 while (word < word_end) {
208 unsigned int n_amc(header.
getNAMC());
209 if (word + n_amc + 1 >= word_end) {
213 edm::LogWarning(
"RPCAMCRawToDigi") <<
"AMC13 Block can not be complete for FED " << fed;
220 for (
unsigned int amc = 0;
amc < n_amc; ++
amc) {
228 if (size_in_block == 0) {
231 payload_word = payload_word_end;
232 payload_word_end += size_in_block;
234 unsigned int amc_number(amc13_amc_header.
getAMCNumber());
239 edm::LogWarning(
"RPCAMCRawToDigi") <<
"Invalid AMC Number " << amc_number <<
" for FED " << fed;
243 if (payload_word_end > word_end) {
248 <<
"AMC Block can not be complete for FED " << fed <<
" at AMC " << amc_number;
260 if (!amc13_amc_header.
isValid()) {
265 <<
"AMC13 AMC Header is reporting an invalid " 266 <<
"Event Counter or Bunch Counter for FED " << fed <<
", AMC " << amc_number;
276 <<
"AMC Number inconsistent in AMC13 AMC Header vs AMC Header: " << amc_number <<
" vs " 287 <<
"AMC size inconsistent in AMC13 AMC Header vs AMC Header: " << amc13_amc_header.
getSize() <<
" vs " 300 if (!amc13_amc_header.
isCRCOk()) {
305 <<
"AMC13 AMC Header is reporting a mismatched " 306 <<
"Event Counter or Bunch Counter for FED " << fed <<
", AMC " << amc_number;
314 edm::LogWarning(
"RPCAMCRawToDigi") <<
"AMC13 AMC Header is reporting an incorrect length " 315 <<
"for FED " << fed <<
", AMC " << amc_number;
320 amc13_amc_header.
getSize() != (payload.
getData().size() + size_in_block)) {
324 edm::LogWarning(
"RPCAMCRawToDigi") <<
"Size in AMC13 AMC Header doesn't match payload size " 325 <<
"for FED " << fed <<
", AMC " << amc_number;
329 if (!payload.
getData().empty() && (payload.
getData().size() + size_in_block) < 3) {
333 edm::LogWarning(
"RPCAMCRawToDigi") <<
"Size in AMC13 AMC Header doesn't match payload size " 334 <<
"for FED " << fed <<
", AMC " << amc_number;
339 if (size_in_block > 0) {
340 payload.
insert(payload_word, size_in_block);
345 for (; word < payload_word_end; ++
word) {
349 word = payload_word_end;
static unsigned int const fed_amc13_amc_number_invalid_
T getParameter(std::string const &) const
static unsigned int const fed_trailer_crc_mismatch_
static unsigned int const amc_payload_incomplete_
static unsigned int const amc_size_mismatch_
void setAMCHeader(AMCHeader const &header)
static void compute_crc16_64bit(std::uint16_t &crc, std::uint64_t const &word)
static unsigned int const amc_event_
def create(alignables, pedeDump, additionalData, outputFile, config)
static unsigned int const fed_header_check_fail_
RPCAMCRawToDigi(edm::ParameterSet const &config)
edm::EDGetTokenT< FEDRawDataCollection > raw_token_
uint16_t crc() const
Cyclic Redundancy Code of the event fragment including header and trailer.
bool check() const
Check that the trailer is OK.
static unsigned int const amc_amc13_evc_bc_invalid_
void produce(edm::Event &event, edm::EventSetup const &setup) override
std::vector< std::uint64_t > const & getData() const
static unsigned int const fed_trailer_length_mismatch_
size_t size() const
Lenght of the data buffer in bytes.
uint32_t fragmentLength() const
The length of the event fragment counted in 64-bit words including header and trailer.
static int const max_amcnumber_
AMCHeader const & getAMCHeader() const
static void fillDescription(edm::ParameterSetDescription &desc)
#define DEFINE_FWK_MODULE(type)
const FEDRawData & FEDData(int fedid) const
retrieve data for fed
void insert(std::uint64_t const *word_begin, unsigned int size)
static unsigned int const amc_amc13_length_incorrect_
static void fillDescriptions(edm::ConfigurationDescriptions &descs)
static unsigned int const amc_amc13_size_inconsistent_
ParameterDescriptionBase * add(U const &iLabel, T const &value)
~RPCAMCRawToDigi() override
static unsigned int const fed_header_id_mismatch_
static unsigned int const amc_number_mismatch_
static unsigned int const fed_amc13_block_incomplete_
void setValid(bool valid)
void add(unsigned int event, RPCAMCLink const &link, unsigned int count=1)
static unsigned int const fed_event_
unsigned long long uint64_t
bool processCDFTrailers(int fed, unsigned int nwords, std::uint64_t const *&word, std::uint64_t const *&word_end, std::uint16_t &crc, RPCAMCLinkCounters &counters) const
bool processBlocks(int fed, std::uint64_t const *&word, std::uint64_t const *word_end, std::uint16_t &crc, RPCAMCLinkCounters &counters, std::map< RPCAMCLink, rpcamc13::AMCPayload > &amc_payload) const
void add(std::string const &label, ParameterSetDescription const &psetDescription)
static unsigned int const amc_amc13_block_incomplete_
static unsigned int const amc_amc13_crc_mismatch_
bool processCDFHeaders(int fed, std::uint64_t const *&word, std::uint64_t const *&word_end, std::uint16_t &crc, RPCAMCLinkCounters &counters) const
const unsigned char * data() const
Return a const pointer to the beginning of the data buffer.
static int const wildcard_
void beginRun(edm::Run const &run, edm::EventSetup const &setup) override
std::unique_ptr< RPCAMCUnpacker > rpc_unpacker_
static unsigned int const fed_trailer_check_fail_