Skip to content

Commit

Permalink
Merge pull request cms-sw#172 from jshlee/CMSSW_6_2_X_SLHC
Browse files Browse the repository at this point in the history
update LCT settings
  • Loading branch information
jshlee committed Jun 18, 2014
2 parents 8738180 + e81caf0 commit cb0f40b
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -433,16 +433,16 @@

## copad construction
maxDeltaBXInCoPad = cms.int32(1),
maxDeltaPadInCoPad = cms.int32(1),
maxDeltaPadInCoPad = cms.int32(2),

## matching to pads in case LowQ CLCT
maxDeltaBXPad = cms.int32(1),
maxDeltaPadPadOdd = cms.int32(3),
maxDeltaPadPadEven = cms.int32(2),
maxDeltaPadPadOdd = cms.int32(4),
maxDeltaPadPadEven = cms.int32(3),
maxDeltaWg = cms.int32(1),

## matching to pads in case absent CLCT
maxDeltaBXCoPad = cms.int32(0),
maxDeltaBXCoPad = cms.int32(1),
maxDeltaPadCoPad = cms.int32(2),

## efficiency recovery switches
Expand Down Expand Up @@ -497,7 +497,7 @@

## matching to digis in case LowQ CLCT
maxDeltaBXRPC = cms.int32(0),
maxDeltaStripRPCOdd = cms.int32(5),
maxDeltaStripRPCOdd = cms.int32(6),
maxDeltaStripRPCEven = cms.int32(4),
maxDeltaWg = cms.int32(1),

Expand Down

0 comments on commit cb0f40b

Please sign in to comment.