-
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.
add the configuration with fixed number as request by Jet/MET
- Loading branch information
fambrogl
committed
Nov 5, 2009
1 parent
35ad8cc
commit fd8f7a3
Showing
8 changed files
with
400 additions
and
0 deletions.
There are no files selected for viewing
50 changes: 50 additions & 0 deletions
50
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
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
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
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
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
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
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.