CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
Herwig7_Dummy_ReadLHE_GEN_SIM Namespace Reference

Variables

tuple externalLHEProducer
 
tuple generator
 
tuple ProductionFilterSequence = cms.Sequence(generator)
 

Variable Documentation

tuple Herwig7_Dummy_ReadLHE_GEN_SIM.externalLHEProducer
Initial value:
1 = cms.EDProducer("ExternalLHEProducer",
2  args = cms.vstring('/cvmfs/cms.cern.ch/phys_generator/gridpacks/2017/13TeV/madgraph/V5_2.4.2/BulkGraviton_hh_GF_HH_narrow_M1000/v1/BulkGraviton_hh_GF_HH_narrow_M1000_slc6_amd64_gcc481_CMSSW_7_1_30_tarball.tar.xz'),
3  nEvents = cms.untracked.uint32(5000),
4  numberOfParameters = cms.uint32(1),
5  outputFile = cms.string('cmsgrid_final.lhe'),
6  scriptName = cms.FileInPath('GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs.sh')
7 )

Definition at line 3 of file Herwig7_Dummy_ReadLHE_GEN_SIM.py.

tuple Herwig7_Dummy_ReadLHE_GEN_SIM.generator
Initial value:
1 = cms.EDFilter("Herwig7GeneratorFilter",
2  run = cms.string('LHEinRun'),
3  repository = cms.string('${HERWIGPATH}/HerwigDefaults.rpo'),
4  dataLocation = cms.string('${HERWIGPATH:-6}'),
5  generatorModule = cms.string('/Herwig/Generators/EventGenerator'),
6  eventHandlers = cms.string('/Herwig/EventHandlers'),
7  configFiles = cms.vstring(),
8  crossSection = cms.untracked.double(-1),
9  parameterSets = cms.vstring("Matchbox"),
10  filterEfficiency = cms.untracked.double(1.0),
11  Matchbox = cms.vstring('read LHE.in'),
12  runModeList = cms.untracked.string('read,run')
13 )

Definition at line 11 of file Herwig7_Dummy_ReadLHE_GEN_SIM.py.

tuple Herwig7_Dummy_ReadLHE_GEN_SIM.ProductionFilterSequence = cms.Sequence(generator)

Definition at line 25 of file Herwig7_Dummy_ReadLHE_GEN_SIM.py.