-
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 #6982 from CmsHI/mix_74X_09
Adjustments for using MixingModule for Heavy Ion simulations
- Loading branch information
Showing
20 changed files
with
250 additions
and
161 deletions.
There are no files selected for viewing
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
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
9 changes: 9 additions & 0 deletions
9
GeneratorInterface/HiGenCommon/python/VtxSmearedMatch5TeVPPbBoostReversed_cff.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,9 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
from IOMC.EventVertexGenerators.VtxSmearedParameters_cfi import * | ||
VtxSmeared = cms.EDProducer("MixBoostEvtVtxGenerator", | ||
useCF = cms.untracked.bool(True), | ||
signalLabel = cms.InputTag("generator"), | ||
mixLabel = cms.InputTag("mix","generator"), | ||
Beta=cms.double(0.434) | ||
) |
9 changes: 9 additions & 0 deletions
9
GeneratorInterface/HiGenCommon/python/VtxSmearedMatch5TeVPPbBoost_cff.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,9 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
from IOMC.EventVertexGenerators.VtxSmearedParameters_cfi import * | ||
VtxSmeared = cms.EDProducer("MixBoostEvtVtxGenerator", | ||
useCF = cms.untracked.bool(True), | ||
signalLabel = cms.InputTag("generator"), | ||
mixLabel = cms.InputTag("mix","generator"), | ||
Beta=cms.double(-0.434) | ||
) |
8 changes: 8 additions & 0 deletions
8
GeneratorInterface/HiGenCommon/python/VtxSmearedMatchHI_cff.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,8 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
from IOMC.EventVertexGenerators.VtxSmearedParameters_cfi import * | ||
VtxSmeared = cms.EDProducer("MixEvtVtxGenerator", | ||
useCF = cms.untracked.bool(True), | ||
signalLabel = cms.InputTag("generator"), | ||
mixLabel = cms.InputTag("mix","generator") | ||
) |
22 changes: 22 additions & 0 deletions
22
GeneratorInterface/HiGenCommon/python/VtxSmearedRealistic5TeVPPbBoostReversed_cff.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,22 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
from IOMC.EventVertexGenerators.VtxSmearedParameters_cfi import * | ||
|
||
Realistic5TeVPPbBoostReversedVtxSmearingParameters= cms.PSet( | ||
|
||
Phi = cms.double(0.0), | ||
BetaStar = cms.double(80.0), | ||
Emittance = cms.double(6.25e-07), | ||
Alpha = cms.double(0.0), | ||
SigmaZ = cms.double(8.0), | ||
TimeOffset = cms.double(0.0), | ||
X0 = cms.double(0.2440), | ||
Y0 = cms.double(0.3929), | ||
Z0 = cms.double(0.4145), | ||
Beta=cms.double(0.434) | ||
) | ||
|
||
VtxSmeared = cms.EDProducer("BetaBoostEvtVtxGenerator", | ||
VtxSmearedCommon, | ||
Realistic5TeVPPbBoostReversedVtxSmearingParameters | ||
) |
22 changes: 22 additions & 0 deletions
22
GeneratorInterface/HiGenCommon/python/VtxSmearedRealistic5TeVPPbBoost_cff.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,22 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
from IOMC.EventVertexGenerators.VtxSmearedParameters_cfi import * | ||
|
||
Realistic5TeVPPbBoostReversedVtxSmearingParameters= cms.PSet( | ||
|
||
Phi = cms.double(0.0), | ||
BetaStar = cms.double(80.0), | ||
Emittance = cms.double(6.25e-07), | ||
Alpha = cms.double(0.0), | ||
SigmaZ = cms.double(8.0), | ||
TimeOffset = cms.double(0.0), | ||
X0 = cms.double(0.2440), | ||
Y0 = cms.double(0.3929), | ||
Z0 = cms.double(0.4145), | ||
Beta=cms.double(-0.434) | ||
) | ||
|
||
VtxSmeared = cms.EDProducer("BetaBoostEvtVtxGenerator", | ||
VtxSmearedCommon, | ||
Realistic5TeVPPbBoostReversedVtxSmearingParameters | ||
) |
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hiGenParticles = cms.EDProducer('GenParticleProducer', | ||
srcVector = cms.vstring("generator"), | ||
mix = cms.string("mix"), | ||
doSubEvent = cms.untracked.bool(True), | ||
useCrossingFrame = cms.untracked.bool(False), | ||
useCrossingFrame = cms.untracked.bool(True), | ||
saveBarCodes = cms.untracked.bool(True), | ||
abortOnUnknownPDGCode = cms.untracked.bool(False) | ||
abortOnUnknownPDGCode = cms.untracked.bool(False) | ||
) |
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
Oops, something went wrong.