Skip to content

Commit

Permalink
Merge pull request #9278 from jingyucms/jingyu-rct-75x
Browse files Browse the repository at this point in the history
minor fix for rct
  • Loading branch information
cmsbuild committed May 27, 2015
2 parents 549467b + 2c5ae71 commit c7ec728
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
36 changes: 18 additions & 18 deletions DQM/L1TMonitor/src/L1TdeRCT.cc
Original file line number Diff line number Diff line change
Expand Up @@ -74,24 +74,24 @@ const float CHNLMAX = 395.5;


const int L1TdeRCT::crateFED[90]=
{613, 614, 603, 702, 718,
611, 612, 602, 700, 718,
627, 610, 601,716, 722,
625, 626, 609, 714, 722,
623, 624, 608, 712, 722,
621, 622, 607, 710, 720,
619, 620, 606, 708, 720,
617, 618, 605, 706, 720,
615, 616, 604, 704, 718,
631, 632, 648, 703, 719,
629, 630, 647, 701, 719,
645, 628, 646, 717, 723,
643, 644, 654, 715, 723,
641, 642, 653, 713, 723,
639, 640, 652, 711, 721,
637, 638, 651, 709, 721,
635, 636, 650, 707, 721,
633, 634, 649, 705, 719
{613, 614, 603, 702, 1118,
611, 612, 602, 700, 1118,
627, 610, 601,716, 1122,
625, 626, 609, 714, 1122,
623, 624, 608, 712, 1122,
621, 622, 607, 710, 1120,
619, 620, 606, 708, 1120,
617, 618, 605, 706, 1120,
615, 616, 604, 704, 1118,
631, 632, 648, 703, 1118,
629, 630, 647, 701, 1118,
645, 628, 646, 717, 1122,
643, 644, 654, 715, 1122,
641, 642, 653, 713, 1122,
639, 640, 652, 711, 1120,
637, 638, 651, 709, 1120,
635, 636, 650, 707, 1120,
633, 634, 649, 705, 1118
};


Expand Down
36 changes: 18 additions & 18 deletions L1Trigger/RegionalCaloTrigger/plugins/L1RCTProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@ using std::vector;
using std::cout;
using std::endl;
const int L1RCTProducer::crateFED[18][5]=
{{613, 614, 603, 702, 718},
{611, 612, 602, 700, 718},
{627, 610, 601, 716, 722},
{625, 626, 609, 714, 722},
{623, 624, 608, 712, 722},
{621, 622, 607, 710, 720},
{619, 620, 606, 708, 720},
{617, 618, 605, 706, 720},
{615, 616, 604, 704, 718},
{631, 632, 648, 703, 719},
{629, 630, 647, 701, 719},
{645, 628, 646, 717, 723},
{643, 644, 654, 715, 723},
{641, 642, 653, 713, 723},
{639, 640, 652, 711, 721},
{637, 638, 651, 709, 721},
{635, 636, 650, 707, 721},
{633, 634, 649, 705, 719}};
{{613, 614, 603, 702, 1118},
{611, 612, 602, 700, 1118},
{627, 610, 601, 716, 1122},
{625, 626, 609, 714, 1122},
{623, 624, 608, 712, 1122},
{621, 622, 607, 710, 1120},
{619, 620, 606, 708, 1120},
{617, 618, 605, 706, 1120},
{615, 616, 604, 704, 1118},
{631, 632, 648, 703, 1118},
{629, 630, 647, 701, 1118},
{645, 628, 646, 717, 1122},
{643, 644, 654, 715, 1122},
{641, 642, 653, 713, 1122},
{639, 640, 652, 711, 1120},
{637, 638, 651, 709, 1120},
{635, 636, 650, 707, 1120},
{633, 634, 649, 705, 1118}};



Expand Down

0 comments on commit c7ec728

Please sign in to comment.