From 03c3534c73e3aed9b2d8984ba2329e3c70e29cf7 Mon Sep 17 00:00:00 2001 From: fambrogl Date: Thu, 5 Nov 2009 15:56:23 +0000 Subject: [PATCH] add the configuration with fixed number as request by Jet/MET --- .../StandardSequences/python/MixingE10TeV_FIX_1_BX432_cff.py | 4 ++++ .../StandardSequences/python/MixingE10TeV_FIX_2_BX432_cff.py | 4 ++++ .../StandardSequences/python/MixingE10TeV_FIX_3_BX432_cff.py | 4 ++++ .../StandardSequences/python/MixingE10TeV_FIX_5_BX432_cff.py | 4 ++++ .../StandardSequences/python/MixingE7TeV_FIX_1_BX156_cff.py | 4 ++++ .../StandardSequences/python/MixingE7TeV_FIX_2_BX156_cff.py | 4 ++++ .../StandardSequences/python/MixingE7TeV_FIX_3_BX156_cff.py | 4 ++++ .../StandardSequences/python/MixingE7TeV_FIX_5_BX156_cff.py | 4 ++++ 8 files changed, 32 insertions(+) create mode 100644 Configuration/StandardSequences/python/MixingE10TeV_FIX_1_BX432_cff.py create mode 100644 Configuration/StandardSequences/python/MixingE10TeV_FIX_2_BX432_cff.py create mode 100644 Configuration/StandardSequences/python/MixingE10TeV_FIX_3_BX432_cff.py create mode 100644 Configuration/StandardSequences/python/MixingE10TeV_FIX_5_BX432_cff.py create mode 100644 Configuration/StandardSequences/python/MixingE7TeV_FIX_1_BX156_cff.py create mode 100644 Configuration/StandardSequences/python/MixingE7TeV_FIX_2_BX156_cff.py create mode 100644 Configuration/StandardSequences/python/MixingE7TeV_FIX_3_BX156_cff.py create mode 100644 Configuration/StandardSequences/python/MixingE7TeV_FIX_5_BX156_cff.py diff --git a/Configuration/StandardSequences/python/MixingE10TeV_FIX_1_BX432_cff.py b/Configuration/StandardSequences/python/MixingE10TeV_FIX_1_BX432_cff.py new file mode 100644 index 0000000000000..4bd0031f49878 --- /dev/null +++ b/Configuration/StandardSequences/python/MixingE10TeV_FIX_1_BX432_cff.py @@ -0,0 +1,4 @@ +import FWCore.ParameterSet.Config as cms + +from SimGeneral.MixingModule.mix_E10TeV_FIX_1_BX432_cfi import * + diff --git a/Configuration/StandardSequences/python/MixingE10TeV_FIX_2_BX432_cff.py b/Configuration/StandardSequences/python/MixingE10TeV_FIX_2_BX432_cff.py new file mode 100644 index 0000000000000..56958cc32d324 --- /dev/null +++ b/Configuration/StandardSequences/python/MixingE10TeV_FIX_2_BX432_cff.py @@ -0,0 +1,4 @@ +import FWCore.ParameterSet.Config as cms + +from SimGeneral.MixingModule.mix_E10TeV_FIX_2_BX432_cfi import * + diff --git a/Configuration/StandardSequences/python/MixingE10TeV_FIX_3_BX432_cff.py b/Configuration/StandardSequences/python/MixingE10TeV_FIX_3_BX432_cff.py new file mode 100644 index 0000000000000..278951db0eac0 --- /dev/null +++ b/Configuration/StandardSequences/python/MixingE10TeV_FIX_3_BX432_cff.py @@ -0,0 +1,4 @@ +import FWCore.ParameterSet.Config as cms + +from SimGeneral.MixingModule.mix_E10TeV_FIX_3_BX432_cfi import * + diff --git a/Configuration/StandardSequences/python/MixingE10TeV_FIX_5_BX432_cff.py b/Configuration/StandardSequences/python/MixingE10TeV_FIX_5_BX432_cff.py new file mode 100644 index 0000000000000..292e4cd7f5660 --- /dev/null +++ b/Configuration/StandardSequences/python/MixingE10TeV_FIX_5_BX432_cff.py @@ -0,0 +1,4 @@ +import FWCore.ParameterSet.Config as cms + +from SimGeneral.MixingModule.mix_E10TeV_FIX_5_BX432_cfi import * + diff --git a/Configuration/StandardSequences/python/MixingE7TeV_FIX_1_BX156_cff.py b/Configuration/StandardSequences/python/MixingE7TeV_FIX_1_BX156_cff.py new file mode 100644 index 0000000000000..dc6f52c912ef8 --- /dev/null +++ b/Configuration/StandardSequences/python/MixingE7TeV_FIX_1_BX156_cff.py @@ -0,0 +1,4 @@ +import FWCore.ParameterSet.Config as cms + +from SimGeneral.MixingModule.mix_E7TeV_FIX_1_BX156_cfi import * + diff --git a/Configuration/StandardSequences/python/MixingE7TeV_FIX_2_BX156_cff.py b/Configuration/StandardSequences/python/MixingE7TeV_FIX_2_BX156_cff.py new file mode 100644 index 0000000000000..04009840c8f0f --- /dev/null +++ b/Configuration/StandardSequences/python/MixingE7TeV_FIX_2_BX156_cff.py @@ -0,0 +1,4 @@ +import FWCore.ParameterSet.Config as cms + +from SimGeneral.MixingModule.mix_E7TeV_FIX_2_BX156_cfi import * + diff --git a/Configuration/StandardSequences/python/MixingE7TeV_FIX_3_BX156_cff.py b/Configuration/StandardSequences/python/MixingE7TeV_FIX_3_BX156_cff.py new file mode 100644 index 0000000000000..7c325411bc2b3 --- /dev/null +++ b/Configuration/StandardSequences/python/MixingE7TeV_FIX_3_BX156_cff.py @@ -0,0 +1,4 @@ +import FWCore.ParameterSet.Config as cms + +from SimGeneral.MixingModule.mix_E7TeV_FIX_3_BX156_cfi import * + diff --git a/Configuration/StandardSequences/python/MixingE7TeV_FIX_5_BX156_cff.py b/Configuration/StandardSequences/python/MixingE7TeV_FIX_5_BX156_cff.py new file mode 100644 index 0000000000000..b602f0a92c0bc --- /dev/null +++ b/Configuration/StandardSequences/python/MixingE7TeV_FIX_5_BX156_cff.py @@ -0,0 +1,4 @@ +import FWCore.ParameterSet.Config as cms + +from SimGeneral.MixingModule.mix_E7TeV_FIX_5_BX156_cfi import * +