Skip to content

Commit

Permalink
Merge pull request #204 from gem-sw/CSC-Trigger-Upgrade-GEM-RPC-forSL…
Browse files Browse the repository at this point in the history
…HC13_patch2

bugfix
  • Loading branch information
jshlee committed May 13, 2014
2 parents 5cf8384 + cbd1d88 commit 5c6350e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/CSCTriggerPrimitives/src/CSCMotherboard.cc
Expand Up @@ -120,7 +120,7 @@ CSCMotherboard::CSCMotherboard(unsigned endcap, unsigned station,
alctParams = conf.getParameter<edm::ParameterSet>("alctSLHCME21");
clctParams = conf.getParameter<edm::ParameterSet>("clctSLHCME21");
}
else if ((theStation == 3 or theStation == 4) and runME3141ILT) {
else if ((theStation == 3 or theStation == 4) and theEndcap==2 and runME3141ILT) {
tmbParams = me3141tmbRpcParams;
alctParams = conf.getParameter<edm::ParameterSet>("alctSLHCME3141");
clctParams = conf.getParameter<edm::ParameterSet>("clctSLHCME3141");
Expand Down

0 comments on commit 5c6350e

Please sign in to comment.