Skip to content

Commit

Permalink
Update XiMinus_14TeV_SoftQCDInel_TuneCP5_cfi.py
Browse files Browse the repository at this point in the history
- lowering `pT` thresholds. Enhance gen efficiency (from 1 to 2 %).
- moving to `13.6 TeV`. 
To be used as validation for the  *rollback of the pixelles tracking to CKF*.
  • Loading branch information
AdrianoDee committed Jun 22, 2022
1 parent 5e17661 commit bfd4723
Showing 1 changed file with 2 additions and 2 deletions.
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 bfd4723

Please sign in to comment.