Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:37

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 externalLHEProducer = cms.EDProducer("ExternalLHEProducer",
0004     args = cms.vstring('/cvmfs/cms.cern.ch/phys_generator/gridpacks/UL/13TeV/madgraph/V5_2.6.5/tt012j_5f_ckm_NLO_FXFX/tt012j_5f_ckm_NLO_FXFX_slc6_amd64_gcc630_CMSSW_9_3_16_tarball.tar.xz'),
0005     nEvents = cms.untracked.uint32(5000),
0006     numberOfParameters = cms.uint32(1),
0007     outputFile = cms.string('cmsgrid_final.lhe'),
0008     scriptName = cms.FileInPath('GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs.sh'),
0009     generateConcurrently = cms.untracked.bool(True),
0010 )
0011 
0012 #Link to datacards:
0013 #https://github.com/cms-sw/genproductions/tree/c41ab29f3d86c9e53df8b0d76c12cd519adbf013/bin/MadGraph5_aMCatNLO/cards/production/13TeV/tt012j_5f_ckm_NLO_FXFX