Skip to content

Commit

Permalink
Add missing parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Dildick committed Feb 1, 2020
1 parent 4c2f6aa commit 3e5966c
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@
clctStartBxShift = cms.int32(0),

useRun3Patterns = cms.bool(False),

useComparatorCodes = cms.bool(False),
),

# Parameters for CLCT processors: SLHC studies
Expand Down Expand Up @@ -204,9 +206,11 @@
# (currently it is median time of all hits in a pattern) into the CSCCLCTDigi bx,
# and temporary store the regular "key layer hit" time into the CSCCLCTDigi fullBX:
# not feasible --Tao
clctUseCorrectedBx = cms.bool(False)
clctUseCorrectedBx = cms.bool(False),

useRun3Patterns = cms.bool(False),

useComparatorCodes = cms.bool(False),
),

tmbParam = cms.PSet(
Expand Down

0 comments on commit 3e5966c

Please sign in to comment.