Skip to content

Commit

Permalink
Fix mistyped CICADA model name
Browse files Browse the repository at this point in the history
  • Loading branch information
aloeliger committed Jan 29, 2024
1 parent 13361b9 commit b1e5fc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
verbose = cms.bool(False),
# See UCTLayer1.hh for firmware version
firmwareVersion = cms.int32(1),
CICADAModelVersion = cms.string("CICADA_v1p1p1"),
CICADAModelVersion = cms.string("CICADAModel_v1p1p1"),
useTestPatterns = cms.bool(False),
testPatterns = standardCICADATestPatterns
)

0 comments on commit b1e5fc7

Please sign in to comment.