-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45683 from stahlleiton/Phase2_PbPb_CMSSW_14_1_X
Add Phase2 PbPb reco process modifier
- Loading branch information
Showing
10 changed files
with
78 additions
and
4 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
Configuration/Generator/python/Hydjet_Quenched_MinBias_5519GeV_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
from Configuration.Generator.Pyquen2015Settings_cff import * | ||
|
||
generator = cms.EDFilter("HydjetGeneratorFilter", | ||
collisionParameters5519GeV, | ||
qgpParameters2023, | ||
hydjetParameters2023, | ||
hydjetMode = cms.string('kHydroQJets'), | ||
PythiaParameters = cms.PSet(pyquenPythiaDefaultBlock, | ||
# Quarkonia and Weak Bosons added back upon dilepton group's request. | ||
parameterSets = cms.vstring('pythiaUESettings', | ||
'hydjetPythiaDefault', | ||
'myParameters', | ||
'pythiaJets', | ||
'pythiaPromptPhotons', | ||
'pythiaZjets', | ||
'pythiaBottomoniumNRQCD', | ||
'pythiaCharmoniumNRQCD', | ||
'pythiaQuarkoniaSettings', | ||
'pythiaWeakBosons' | ||
) | ||
), | ||
cFlag = cms.int32(1), | ||
bMin = cms.double(0), | ||
bMax = cms.double(30), | ||
bFixed = cms.double(0) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
phase2_pp_on_AA = cms.Modifier() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters