-
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.
yaml --- r: 77175 b: "refs/heads/CMSSW_7_1_X" c: fd8f7a3 h: "refs/heads/CMSSW_7_1_X" i: 77173: f3f4783 77171: ca72c9d 77167: 7b81b6f v: v3
- Loading branch information
fambrogl
committed
Nov 5, 2009
1 parent
a7af813
commit 6d56fd5
Showing
9 changed files
with
401 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
--- | ||
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e | ||
"refs/heads/CMSSW_7_1_X": 35ad8cc855dad57602628ff6c03e05a445b60527 | ||
"refs/heads/CMSSW_7_1_X": fd8f7a3f142c00a03d167a22ff3ed6235078fc42 |
50 changes: 50 additions & 0 deletions
50
trunk/SimGeneral/MixingModule/python/mix_E10TeV_FIX_1_BX432_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,50 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
# this is the configuration to model pileup for final scheme | ||
from SimGeneral.MixingModule.mixObjects_cfi import * | ||
mix = cms.EDProducer("MixingModule", | ||
LabelPlayback = cms.string(''), | ||
maxBunch = cms.int32(3), | ||
minBunch = cms.int32(-5), ## in terms of 25 ns | ||
|
||
bunchspace = cms.int32(50), ## ns | ||
mixProdStep1 = cms.bool(False), | ||
mixProdStep2 = cms.bool(False), | ||
|
||
playback = cms.untracked.bool(False), | ||
useCurrentProcessOnly = cms.bool(False), | ||
|
||
input = cms.SecSource("PoolSource", | ||
nbPileupEvents = cms.PSet( | ||
averageNumber = cms.double(1.0) | ||
), | ||
seed = cms.int32(1234567), | ||
type = cms.string('fixed'), | ||
sequential = cms.untracked.bool(False), | ||
fileNames = cms.untracked.vstring('/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/18890F4C-FD99-DD11-BFF9-000423D996C8.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/1A423C16-6099-DD11-9320-000423D9853C.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/5EDA8A7F-5D99-DD11-B1CD-001617C3B706.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/600D1E6A-5F99-DD11-A7D5-000423D9890C.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/68ECAE92-5F99-DD11-ACAB-000423D98E6C.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/8802D325-5E99-DD11-B858-000423D98A44.root') | ||
), | ||
mixObjects = cms.PSet( | ||
mixCH = cms.PSet( | ||
mixCaloHits | ||
), | ||
mixTracks = cms.PSet( | ||
mixSimTracks | ||
), | ||
mixVertices = cms.PSet( | ||
mixSimVertices | ||
), | ||
mixSH = cms.PSet( | ||
mixSimHits | ||
), | ||
mixHepMC = cms.PSet( | ||
mixHepMCProducts | ||
) | ||
) | ||
) | ||
|
||
|
50 changes: 50 additions & 0 deletions
50
trunk/SimGeneral/MixingModule/python/mix_E10TeV_FIX_2_BX432_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,50 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
# this is the configuration to model pileup for final scheme | ||
from SimGeneral.MixingModule.mixObjects_cfi import * | ||
mix = cms.EDProducer("MixingModule", | ||
LabelPlayback = cms.string(''), | ||
maxBunch = cms.int32(3), | ||
minBunch = cms.int32(-5), ## in terms of 25 ns | ||
|
||
bunchspace = cms.int32(50), ## ns | ||
mixProdStep1 = cms.bool(False), | ||
mixProdStep2 = cms.bool(False), | ||
|
||
playback = cms.untracked.bool(False), | ||
useCurrentProcessOnly = cms.bool(False), | ||
|
||
input = cms.SecSource("PoolSource", | ||
nbPileupEvents = cms.PSet( | ||
averageNumber = cms.double(2.0) | ||
), | ||
seed = cms.int32(1234567), | ||
type = cms.string('fixed'), | ||
sequential = cms.untracked.bool(False), | ||
fileNames = cms.untracked.vstring('/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/18890F4C-FD99-DD11-BFF9-000423D996C8.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/1A423C16-6099-DD11-9320-000423D9853C.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/5EDA8A7F-5D99-DD11-B1CD-001617C3B706.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/600D1E6A-5F99-DD11-A7D5-000423D9890C.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/68ECAE92-5F99-DD11-ACAB-000423D98E6C.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/8802D325-5E99-DD11-B858-000423D98A44.root') | ||
), | ||
mixObjects = cms.PSet( | ||
mixCH = cms.PSet( | ||
mixCaloHits | ||
), | ||
mixTracks = cms.PSet( | ||
mixSimTracks | ||
), | ||
mixVertices = cms.PSet( | ||
mixSimVertices | ||
), | ||
mixSH = cms.PSet( | ||
mixSimHits | ||
), | ||
mixHepMC = cms.PSet( | ||
mixHepMCProducts | ||
) | ||
) | ||
) | ||
|
||
|
50 changes: 50 additions & 0 deletions
50
trunk/SimGeneral/MixingModule/python/mix_E10TeV_FIX_3_BX432_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,50 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
# this is the configuration to model pileup for final scheme | ||
from SimGeneral.MixingModule.mixObjects_cfi import * | ||
mix = cms.EDProducer("MixingModule", | ||
LabelPlayback = cms.string(''), | ||
maxBunch = cms.int32(3), | ||
minBunch = cms.int32(-5), ## in terms of 25 ns | ||
|
||
bunchspace = cms.int32(50), ## ns | ||
mixProdStep1 = cms.bool(False), | ||
mixProdStep2 = cms.bool(False), | ||
|
||
playback = cms.untracked.bool(False), | ||
useCurrentProcessOnly = cms.bool(False), | ||
|
||
input = cms.SecSource("PoolSource", | ||
nbPileupEvents = cms.PSet( | ||
averageNumber = cms.double(3.0) | ||
), | ||
seed = cms.int32(1234567), | ||
type = cms.string('fixed'), | ||
sequential = cms.untracked.bool(False), | ||
fileNames = cms.untracked.vstring('/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/18890F4C-FD99-DD11-BFF9-000423D996C8.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/1A423C16-6099-DD11-9320-000423D9853C.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/5EDA8A7F-5D99-DD11-B1CD-001617C3B706.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/600D1E6A-5F99-DD11-A7D5-000423D9890C.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/68ECAE92-5F99-DD11-ACAB-000423D98E6C.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/8802D325-5E99-DD11-B858-000423D98A44.root') | ||
), | ||
mixObjects = cms.PSet( | ||
mixCH = cms.PSet( | ||
mixCaloHits | ||
), | ||
mixTracks = cms.PSet( | ||
mixSimTracks | ||
), | ||
mixVertices = cms.PSet( | ||
mixSimVertices | ||
), | ||
mixSH = cms.PSet( | ||
mixSimHits | ||
), | ||
mixHepMC = cms.PSet( | ||
mixHepMCProducts | ||
) | ||
) | ||
) | ||
|
||
|
50 changes: 50 additions & 0 deletions
50
trunk/SimGeneral/MixingModule/python/mix_E10TeV_FIX_5_BX432_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,50 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
# this is the configuration to model pileup for final scheme | ||
from SimGeneral.MixingModule.mixObjects_cfi import * | ||
mix = cms.EDProducer("MixingModule", | ||
LabelPlayback = cms.string(''), | ||
maxBunch = cms.int32(3), | ||
minBunch = cms.int32(-5), ## in terms of 25 ns | ||
|
||
bunchspace = cms.int32(50), ## ns | ||
mixProdStep1 = cms.bool(False), | ||
mixProdStep2 = cms.bool(False), | ||
|
||
playback = cms.untracked.bool(False), | ||
useCurrentProcessOnly = cms.bool(False), | ||
|
||
input = cms.SecSource("PoolSource", | ||
nbPileupEvents = cms.PSet( | ||
averageNumber = cms.double(5.0) | ||
), | ||
seed = cms.int32(1234567), | ||
type = cms.string('fixed'), | ||
sequential = cms.untracked.bool(False), | ||
fileNames = cms.untracked.vstring('/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/18890F4C-FD99-DD11-BFF9-000423D996C8.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/1A423C16-6099-DD11-9320-000423D9853C.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/5EDA8A7F-5D99-DD11-B1CD-001617C3B706.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/600D1E6A-5F99-DD11-A7D5-000423D9890C.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/68ECAE92-5F99-DD11-ACAB-000423D98E6C.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/8802D325-5E99-DD11-B858-000423D98A44.root') | ||
), | ||
mixObjects = cms.PSet( | ||
mixCH = cms.PSet( | ||
mixCaloHits | ||
), | ||
mixTracks = cms.PSet( | ||
mixSimTracks | ||
), | ||
mixVertices = cms.PSet( | ||
mixSimVertices | ||
), | ||
mixSH = cms.PSet( | ||
mixSimHits | ||
), | ||
mixHepMC = cms.PSet( | ||
mixHepMCProducts | ||
) | ||
) | ||
) | ||
|
||
|
50 changes: 50 additions & 0 deletions
50
trunk/SimGeneral/MixingModule/python/mix_E7TeV_FIX_1_BX156_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,50 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
# configuration to model pileup for initial physics phase | ||
from SimGeneral.MixingModule.mixObjects_cfi import * | ||
mix = cms.EDProducer("MixingModule", | ||
LabelPlayback = cms.string(''), | ||
maxBunch = cms.int32(3), | ||
minBunch = cms.int32(-5), ## in terms of 25 nsec | ||
|
||
bunchspace = cms.int32(450), ##ns | ||
mixProdStep1 = cms.bool(False), | ||
mixProdStep2 = cms.bool(False), | ||
|
||
playback = cms.untracked.bool(False), | ||
useCurrentProcessOnly = cms.bool(False), | ||
|
||
input = cms.SecSource("PoolSource", | ||
nbPileupEvents = cms.PSet( | ||
averageNumber = cms.double(1.0) | ||
), | ||
seed = cms.int32(1234567), | ||
type = cms.string('fixed'), | ||
sequential = cms.untracked.bool(False), | ||
fileNames = cms.untracked.vstring('/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/18890F4C-FD99-DD11-BFF9-000423D996C8.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/1A423C16-6099-DD11-9320-000423D9853C.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/5EDA8A7F-5D99-DD11-B1CD-001617C3B706.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/600D1E6A-5F99-DD11-A7D5-000423D9890C.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/68ECAE92-5F99-DD11-ACAB-000423D98E6C.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/8802D325-5E99-DD11-B858-000423D98A44.root') | ||
), | ||
mixObjects = cms.PSet( | ||
mixCH = cms.PSet( | ||
mixCaloHits | ||
), | ||
mixTracks = cms.PSet( | ||
mixSimTracks | ||
), | ||
mixVertices = cms.PSet( | ||
mixSimVertices | ||
), | ||
mixSH = cms.PSet( | ||
mixSimHits | ||
), | ||
mixHepMC = cms.PSet( | ||
mixHepMCProducts | ||
) | ||
) | ||
) | ||
|
||
|
50 changes: 50 additions & 0 deletions
50
trunk/SimGeneral/MixingModule/python/mix_E7TeV_FIX_2_BX156_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,50 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
# configuration to model pileup for initial physics phase | ||
from SimGeneral.MixingModule.mixObjects_cfi import * | ||
mix = cms.EDProducer("MixingModule", | ||
LabelPlayback = cms.string(''), | ||
maxBunch = cms.int32(3), | ||
minBunch = cms.int32(-5), ## in terms of 25 nsec | ||
|
||
bunchspace = cms.int32(450), ##ns | ||
mixProdStep1 = cms.bool(False), | ||
mixProdStep2 = cms.bool(False), | ||
|
||
playback = cms.untracked.bool(False), | ||
useCurrentProcessOnly = cms.bool(False), | ||
|
||
input = cms.SecSource("PoolSource", | ||
nbPileupEvents = cms.PSet( | ||
averageNumber = cms.double(2.0) | ||
), | ||
seed = cms.int32(1234567), | ||
type = cms.string('fixed'), | ||
sequential = cms.untracked.bool(False), | ||
fileNames = cms.untracked.vstring('/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/18890F4C-FD99-DD11-BFF9-000423D996C8.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/1A423C16-6099-DD11-9320-000423D9853C.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/5EDA8A7F-5D99-DD11-B1CD-001617C3B706.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/600D1E6A-5F99-DD11-A7D5-000423D9890C.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/68ECAE92-5F99-DD11-ACAB-000423D98E6C.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/8802D325-5E99-DD11-B858-000423D98A44.root') | ||
), | ||
mixObjects = cms.PSet( | ||
mixCH = cms.PSet( | ||
mixCaloHits | ||
), | ||
mixTracks = cms.PSet( | ||
mixSimTracks | ||
), | ||
mixVertices = cms.PSet( | ||
mixSimVertices | ||
), | ||
mixSH = cms.PSet( | ||
mixSimHits | ||
), | ||
mixHepMC = cms.PSet( | ||
mixHepMCProducts | ||
) | ||
) | ||
) | ||
|
||
|
50 changes: 50 additions & 0 deletions
50
trunk/SimGeneral/MixingModule/python/mix_E7TeV_FIX_3_BX156_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,50 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
# configuration to model pileup for initial physics phase | ||
from SimGeneral.MixingModule.mixObjects_cfi import * | ||
mix = cms.EDProducer("MixingModule", | ||
LabelPlayback = cms.string(''), | ||
maxBunch = cms.int32(3), | ||
minBunch = cms.int32(-5), ## in terms of 25 nsec | ||
|
||
bunchspace = cms.int32(450), ##ns | ||
mixProdStep1 = cms.bool(False), | ||
mixProdStep2 = cms.bool(False), | ||
|
||
playback = cms.untracked.bool(False), | ||
useCurrentProcessOnly = cms.bool(False), | ||
|
||
input = cms.SecSource("PoolSource", | ||
nbPileupEvents = cms.PSet( | ||
averageNumber = cms.double(3.0) | ||
), | ||
seed = cms.int32(1234567), | ||
type = cms.string('fixed'), | ||
sequential = cms.untracked.bool(False), | ||
fileNames = cms.untracked.vstring('/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/18890F4C-FD99-DD11-BFF9-000423D996C8.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/1A423C16-6099-DD11-9320-000423D9853C.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/5EDA8A7F-5D99-DD11-B1CD-001617C3B706.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/600D1E6A-5F99-DD11-A7D5-000423D9890C.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/68ECAE92-5F99-DD11-ACAB-000423D98E6C.root', | ||
'/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/8802D325-5E99-DD11-B858-000423D98A44.root') | ||
), | ||
mixObjects = cms.PSet( | ||
mixCH = cms.PSet( | ||
mixCaloHits | ||
), | ||
mixTracks = cms.PSet( | ||
mixSimTracks | ||
), | ||
mixVertices = cms.PSet( | ||
mixSimVertices | ||
), | ||
mixSH = cms.PSet( | ||
mixSimHits | ||
), | ||
mixHepMC = cms.PSet( | ||
mixHepMCProducts | ||
) | ||
) | ||
) | ||
|
||
|
Oops, something went wrong.