Skip to content

Commit

Permalink
change the raw format for 48-chan feds, back to the old one
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotlins committed Sep 28, 2016
1 parent d79b60d commit 381563b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions EventFilter/SiPixelRawToDigi/src/PixelDataFormatter.cc
Expand Up @@ -32,9 +32,11 @@ namespace {

// Add phase1 constants
// For phase1
constexpr int LINK_bits1 = 7;
constexpr int ROC_bits1 = 4;
// Special for layer 1 bpix rocs 6/9/16 d.k.
//GO BACK TO OLD VALUES. THE 48-CHAN FED DOES NOT NEED A NEW FORMAT
// 28/9/16 d.k.
constexpr int LINK_bits1 = 6; // 7;
constexpr int ROC_bits1 = 5; // 4;
// Special for layer 1 bpix rocs 6/9/16 d.k. THIS STAYS.
constexpr int COL_bits1_l1 = 6;
constexpr int ROW_bits1_l1 = 7;

Expand Down

0 comments on commit 381563b

Please sign in to comment.