Skip to content

Commit

Permalink
Merge pull request cms-sw#129 from dildick/CSC-Trigger-Upgrade-GEM-RP…
Browse files Browse the repository at this point in the history
…C-SLHC11

Suggestion by Tao
  • Loading branch information
Sven Dildick committed Apr 19, 2014
2 parents 1e81417 + fbfce97 commit e32bb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/CSCTriggerPrimitives/src/CSCMotherboardME11.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ void CSCMotherboardME11::run(const CSCWireDigiCollection* wiredc,

// Maximum 2 per whole ME11 per BX case:
// (supposedly, now we should have max 2 per bx in each 1a and 1b)
if ( n1a+n1b > max_me11_lcts )
if (n1a+n1b > max_me11_lcts and tmb_cross_bx_algo == 1)
{
// do it simple so far: take all low eta 1/b stubs
unsigned int nLCT=n1b;
Expand Down

0 comments on commit e32bb59

Please sign in to comment.