Skip to content

Commit

Permalink
SonicTriton default params
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrothman committed Jan 28, 2022
1 parent a36bd86 commit 99ce2ba
Showing 1 changed file with 2 additions and 12 deletions.
Expand Up @@ -4,15 +4,10 @@
inputSCs = cms.InputTag('particleFlowSuperClusterECAL','particleFlowSuperClusterECALBarrel'),
Client = cms.PSet(
mode = cms.string("Async"),
preferredServer = cms.untracked.string(""),
timeout = cms.untracked.uint32(10),
modelName = cms.string("MustacheEB"),
modelVersion = cms.string(""),
modelConfigPath = cms.FileInPath("RecoEcal/EgammaClusterProducers/data/models/MustacheEB/config.pbtxt"),
verbose = cms.untracked.bool(False),
allowedTries = cms.untracked.uint32(1),
useSharedMemory = cms.untracked.bool(True),
compression = cms.untracked.string(""),
timeout = cms.untracked.uint32(10),
),
)

Expand All @@ -21,15 +16,10 @@
inputSCs = cms.InputTag('particleFlowSuperClusterECAL','particleFlowSuperClusterECALEndcapWithPreshower'),
Client = cms.PSet(
mode = cms.string("Async"),
preferredServer = cms.untracked.string(""),
timeout = cms.untracked.uint32(10),
modelName = cms.string('MustacheEE'),
modelVersion = cms.string(""),
modelConfigPath = cms.FileInPath("RecoEcal/EgammaClusterProducers/data/models/MustacheEE/config.pbtxt"),
verbose = cms.untracked.bool(False),
allowedTries = cms.untracked.uint32(1),
useSharedMemory = cms.untracked.bool(True),
compression = cms.untracked.string(""),
timeout = cms.untracked.uint32(10),
),
)

Expand Down

0 comments on commit 99ce2ba

Please sign in to comment.