45 :
fedId(conf.getParameter<unsigned
int>(
"fedId")) {
51 produces<TotemTriggerCounters>();
67 unsigned int sizeInWords = data.
size() / 8;
72 event.put(make_unique<TotemTriggerCounters>(totemTriggerCounters));
77 LogError(
"Totem") <<
"Error in TotemTriggerRawToDigi::ProcessLoneGFrame > " 78 <<
"Wrong LoneG frame size: " << size <<
" (shall be 20)." << endl;
84 for (
unsigned int i = 0;
i < 5;
i++)
87 for (
unsigned int i = 0;
i < 20;
i++) {
90 buf[row] |= (oBuf[
i] & 0xFFFF) << (col * 16);
93 td.
type = (buf[0] >> 56) & 0xF;
96 td.
src_id = (buf[0] >> 8) & 0xFFF;
98 td.
orbit_num = (buf[1] >> 32) & 0xFFFFFFFF;
101 td.
run_num = (buf[2] >> 32) & 0xFFFFFFFF;
108 printf(
">> RawDataUnpacker::ProcessLoneGFrame > size = %li\n", size);
T getParameter(std::string const &) const
int ProcessLoneGFrame(uint64_t *oBuf, unsigned long size, TotemTriggerCounters &data)
Process one LoneG frame.
TotemTriggerRawToDigi(const edm::ParameterSet &)
size_t size() const
Lenght of the data buffer in bytes.
unsigned int input_status_bits
#define DEFINE_FWK_MODULE(type)
const FEDRawData & FEDData(int fedid) const
retrieve data for fed
unsigned long long uint64_t
unsigned int inhibited_triggers_num
char data[epos_bytes_allocation]
const unsigned char * data() const
Return a const pointer to the beginning of the data buffer.
void produce(edm::Event &, const edm::EventSetup &) override
~TotemTriggerRawToDigi() override
edm::EDGetTokenT< FEDRawDataCollection > fedDataToken
unsigned char revision_num