Skip to content

Commit

Permalink
Merge pull request #38467 from AdrianoDee/patch-4
Browse files Browse the repository at this point in the history
[12_4_X] Update XiMinus_14TeV_SoftQCDInel_TuneCP5_cfi config
  • Loading branch information
cmsbuild committed Jun 27, 2022
2 parents 9cd8983 + a02c011 commit ccedc5b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
pythiaPylistVerbosity = cms.untracked.int32(1),
filterEfficiency = cms.untracked.double(1.0),
pythiaHepMCVerbosity = cms.untracked.bool(False),
comEnergy = cms.double(14000.0),
comEnergy = cms.double(13600.0),
PythiaParameters = cms.PSet(
pythia8CommonSettingsBlock,
pythia8CP5SettingsBlock,
Expand All @@ -24,7 +24,7 @@
)

XiFilter = cms.EDFilter("PythiaFilter",
MinPt = cms.untracked.double(1.3),
MinPt = cms.untracked.double(1.0),
ParticleID = cms.untracked.int32(3312),
MaxEta = cms.untracked.double(2.6),
MinEta = cms.untracked.double(-2.6)
Expand Down

0 comments on commit ccedc5b

Please sign in to comment.