Variables | |
tuple | configurationMetadata |
tuple | generator |
tuple | source = cms.Source("EmptySource") |
00001 cms.untracked.PSet( 00002 version = cms.untracked.string('$Revision: 1.3 $'), 00003 name = cms.untracked.string('$Source: /cvs/CMSSW/CMSSW/GeneratorInterface/HydjetInterface/python/hydjetDefault_cfi.py,v $'), 00004 annotation = cms.untracked.string('Hydjet-B0 at 4TeV') 00005 )
Definition at line 22 of file hydjetDefault_cfi.py.
00001 cms.EDFilter("HydjetGeneratorFilter", 00002 hydjetDefaultParameters, 00003 00004 maxEventsToPrint = cms.untracked.int32(0), 00005 pythiaPylistVerbosity = cms.untracked.int32(0), 00006 firstEvent = cms.untracked.uint32(1), 00007 firstRun = cms.untracked.uint32(1), 00008 00009 comEnergy = cms.double(4000.0), 00010 00011 cFlag = cms.int32(0), 00012 bFixed = cms.double(0), 00013 bMin = cms.double(0), 00014 bMax = cms.double(0) 00015 )
Definition at line 6 of file hydjetDefault_cfi.py.
tuple hydjetDefault_cfi::source = cms.Source("EmptySource") |
Definition at line 3 of file hydjetDefault_cfi.py.