Skip to content

Commit

Permalink
Merge pull request #13 from oiorio/master
Browse files Browse the repository at this point in the history
Add WZ and TZ samples gridpacks for nominal and systematics with madgraph
  • Loading branch information
vciulli committed Sep 17, 2013
2 parents 2f351ca + 7ff7dfd commit 4f5fbaf
Show file tree
Hide file tree
Showing 10 changed files with 100 additions and 0 deletions.
10 changes: 10 additions & 0 deletions python/EightTeV/TZJetsTo3LNuB_8TeV_madgraph.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import FWCore.ParameterSet.Config as cms

externalLHEProducer = cms.EDProducer('ExternalLHEProducer',
scriptName = cms.FileInPath("GeneratorInterface/LHEInterface/data/run_madgraph_gridpack.sh"),
outputFile = cms.string("TZJetsTo3LNuB_8TeV_madgraph_final.lhe"),
numberOfParameters = cms.uint32(10),
args = cms.vstring('slc5_ia32_gcc434/madgraph/V5_1.4.8/8TeV_Summer12/TZJetsTo3LNuB_8TeV_madgraph/v1',
'TZJetsTo3LNuB_8TeV_madgraph', 'false','true','zjets','5','15','false','1','2'),
nEvents = cms.uint32(5000)
)
10 changes: 10 additions & 0 deletions python/EightTeV/TZJetsTo3LNuB_matchingdown_8TeV_madgraph.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import FWCore.ParameterSet.Config as cms

externalLHEProducer = cms.EDProducer('ExternalLHEProducer',
scriptName = cms.FileInPath("GeneratorInterface/LHEInterface/data/run_madgraph_gridpack.sh"),
outputFile = cms.string("TZJetsTo3LNuB_matchingdown_8TeV_madgraph_final.lhe"),
numberOfParameters = cms.uint32(10),
args = cms.vstring('slc5_ia32_gcc434/madgraph/V5_1.4.8/8TeV_Summer12/TZJetsTo3LNuB_matchingdown_8TeV_madgraph/v1',
'TZJetsTo3LNuB_matchingdown_8TeV_madgraph', 'false','true','zjets','5','9','false','1','2'),
nEvents = cms.uint32(5000)
)
10 changes: 10 additions & 0 deletions python/EightTeV/TZJetsTo3LNuB_matchingup_8TeV_madgraph.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import FWCore.ParameterSet.Config as cms

externalLHEProducer = cms.EDProducer('ExternalLHEProducer',
scriptName = cms.FileInPath("GeneratorInterface/LHEInterface/data/run_madgraph_gridpack.sh"),
outputFile = cms.string("TZJetsTo3LNuB_matchingup_8TeV_madgraph_final.lhe"),
numberOfParameters = cms.uint32(10),
args = cms.vstring('slc5_ia32_gcc434/madgraph/V5_1.4.8/8TeV_Summer12/TZJetsTo3LNuB_matchingup_8TeV_madgraph/v1',
'TZJetsTo3LNuB_matchingup_8TeV_madgraph', 'false','true','zjets','5','31','false','1','2'),
nEvents = cms.uint32(5000)
)
10 changes: 10 additions & 0 deletions python/EightTeV/TZJetsTo3LNuB_scaledown_8TeV_madgraph.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import FWCore.ParameterSet.Config as cms

externalLHEProducer = cms.EDProducer('ExternalLHEProducer',
scriptName = cms.FileInPath("GeneratorInterface/LHEInterface/data/run_madgraph_gridpack.sh"),
outputFile = cms.string("TZJetsTo3LNuB_scaledown_8TeV_madgraph_final.lhe"),
numberOfParameters = cms.uint32(10),
args = cms.vstring('slc5_ia32_gcc434/madgraph/V5_1.4.8/8TeV_Summer12/TZJetsTo3LNuB_scaledown_8TeV_madgraph/v1',
'TZJetsTo3LNuB_scaledown_8TeV_madgraph', 'false','true','zjets','5','15','false','1','2'),
nEvents = cms.uint32(5000)
)
10 changes: 10 additions & 0 deletions python/EightTeV/TZJetsTo3LNuB_scaleup_8TeV_madgraph.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import FWCore.ParameterSet.Config as cms

externalLHEProducer = cms.EDProducer('ExternalLHEProducer',
scriptName = cms.FileInPath("GeneratorInterface/LHEInterface/data/run_madgraph_gridpack.sh"),
outputFile = cms.string("TZJetsTo3LNuB_scaleup_8TeV_madgraph_final.lhe"),
numberOfParameters = cms.uint32(10),
args = cms.vstring('slc5_ia32_gcc434/madgraph/V5_1.4.8/8TeV_Summer12/TZJetsTo3LNuB_scaleup_8TeV_madgraph/v1',
'TZJetsTo3LNuB_scaleup_8TeV_madgraph', 'false','true','zjets','5','15','false','1','2'),
nEvents = cms.uint32(5000)
)
10 changes: 10 additions & 0 deletions python/EightTeV/WZJetsTo3LNu_8TeV_madgraph.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import FWCore.ParameterSet.Config as cms

externalLHEProducer = cms.EDProducer('ExternalLHEProducer',
scriptName = cms.FileInPath("GeneratorInterface/LHEInterface/data/run_madgraph_gridpack.sh"),
outputFile = cms.string("WZJetsTo3LNu_8TeV_madgraph_final.lhe"),
numberOfParameters = cms.uint32(10),
args = cms.vstring('slc5_ia32_gcc434/madgraph/V5_1.4.8/8TeV_Summer12/WZJetsTo3LNu_8TeV_madgraph/v1',
'WZJetsTo3LNu_8TeV_madgraph','false','true','wjets','5','14','true','0','2'),
nEvents = cms.uint32(10000)
)
10 changes: 10 additions & 0 deletions python/EightTeV/WZJetsTo3LNu_matchingdown_8TeV_madgraph.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import FWCore.ParameterSet.Config as cms

externalLHEProducer = cms.EDProducer('ExternalLHEProducer',
scriptName = cms.FileInPath("GeneratorInterface/LHEInterface/data/run_madgraph_gridpack.sh"),
outputFile = cms.string("WZJetsTo3LNu_matchingdown_8TeV_madgraph_final.lhe"),
numberOfParameters = cms.uint32(10),
args = cms.vstring('slc5_ia32_gcc434/madgraph/V5_1.4.8/8TeV_Summer12/WZJetsTo3LNu_matchingdown_8TeV_madgraph/v1',
'WZJetsTo3LNu_matchingdown_8TeV_madgraph','false','true','wjets','5','7','true','0','2'),
nEvents = cms.uint32(10000)
)
10 changes: 10 additions & 0 deletions python/EightTeV/WZJetsTo3LNu_matchingup_8TeV_madgraph.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import FWCore.ParameterSet.Config as cms

externalLHEProducer = cms.EDProducer('ExternalLHEProducer',
scriptName = cms.FileInPath("GeneratorInterface/LHEInterface/data/run_madgraph_gridpack.sh"),
outputFile = cms.string("WZJetsTo3LNu_matchingup_8TeV_madgraph_final.lhe"),
numberOfParameters = cms.uint32(10),
args = cms.vstring('slc5_ia32_gcc434/madgraph/V5_1.4.8/8TeV_Summer12/WZJetsTo3LNu_matchingup_8TeV_madgraph/v1',
'WZJetsTo3LNu_matchingup_8TeV_madgraph','false','true','wjets','5','25','true','0','2'),
nEvents = cms.uint32(10000)
)
10 changes: 10 additions & 0 deletions python/EightTeV/WZJetsTo3LNu_scaledown_8TeV_madgraph.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import FWCore.ParameterSet.Config as cms

externalLHEProducer = cms.EDProducer('ExternalLHEProducer',
scriptName = cms.FileInPath("GeneratorInterface/LHEInterface/data/run_madgraph_gridpack.sh"),
outputFile = cms.string("WZJetsTo3LNu_scaledown_8TeV_madgraph_final.lhe"),
numberOfParameters = cms.uint32(10),
args = cms.vstring('slc5_ia32_gcc434/madgraph/V5_1.4.8/8TeV_Summer12/WZJetsTo3LNu_scaledown_8TeV_madgraph/v1',
'WZJetsTo3LNu_scaledown_8TeV_madgraph','false','true','wjets','5','14','true','0','2'),
nEvents = cms.uint32(10000)
)
10 changes: 10 additions & 0 deletions python/EightTeV/WZJetsTo3LNu_scaleup_8TeV_madgraph.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import FWCore.ParameterSet.Config as cms

externalLHEProducer = cms.EDProducer('ExternalLHEProducer',
scriptName = cms.FileInPath("GeneratorInterface/LHEInterface/data/run_madgraph_gridpack.sh"),
outputFile = cms.string("WZJetsTo3LNu_scaleup_8TeV_madgraph_final.lhe"),
numberOfParameters = cms.uint32(10),
args = cms.vstring('slc5_ia32_gcc434/madgraph/V5_1.4.8/8TeV_Summer12/WZJetsTo3LNu_scaleup_8TeV_madgraph/v1',
'WZJetsTo3LNu_scaleup_8TeV_madgraph','false','true','wjets','5','14','true','0','2'),
nEvents = cms.uint32(10000)
)

0 comments on commit 4f5fbaf

Please sign in to comment.