Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

#include "HMPIDReconstruction/HmpidEquipment.h"

#define MAXDESCRIPTIONLENGHT 50
#define MAXDESCRIPTIONLENGHT 70

// ---- RDH 6 standard dimension -------
#define RAWBLOCKDIMENSION_W 2048
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace hmpid
{

const int MAXERRORS = 13;
const int MAXHMPIDERRORS = 6;
const int MAXHMPIDERRORS = 5;

const int ERR_NOTKNOWN = 0;
const int ERR_ROWMARKEMPTY = 1;
Expand Down
11 changes: 5 additions & 6 deletions 11 Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,11 @@ char HmpidDecoder2::sErrorDescription[MAXERRORS][MAXDESCRIPTIONLENGHT] = {"Word

/// HMPID Firmware Error Messages Definitions
char HmpidDecoder2::sHmpidErrorDescription[MAXHMPIDERRORS][MAXDESCRIPTIONLENGHT] = {
"L0 Missing",
"L1 is received without L0",
"L1A signal arrived before the L1 Latency",
"L1A signal arrived after the L1 Latency",
"L1A is missing or L1 timeout",
"L1A Message is missing or L1 Message"};
"L1-Trigger received without L0",
"L1-Trigger received before the L1-Latency",
"L1-Trigger received after the L1-Time-Latency-Window",
"L1-Trigger after L1-Message or after timeout (12.8us)",
"L1-Message before L1-Trigger or after timeout (12.8us)"};

/// Constructor : accepts the number of equipments to define
/// The mapping is the default at P2
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.