Variables | |
tuple | configurationMetadata |
tuple | generator |
tuple | source = cms.Source("EmptySource") |
00001 cms.untracked.PSet( 00002 version = cms.untracked.string('$Revision: 1.2 $'), 00003 name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/GeneratorInterface/AMPTInterface/python/amptDefault_cfi.py,v $'), 00004 annotation = cms.untracked.string('AMPT generator') 00005 )
Definition at line 23 of file amptDefault_cfi.py.
00001 cms.EDFilter("AMPTGeneratorFilter", 00002 amptDefaultParameters, 00003 firstEvent = cms.untracked.uint32(1), 00004 firstRun = cms.untracked.uint32(1), 00005 00006 comEnergy = cms.double(2760.0), 00007 frame = cms.string('CMS'), 00008 proj = cms.string('A'), 00009 targ = cms.string('A'), 00010 iap = cms.int32(208), 00011 izp = cms.int32(82), 00012 iat = cms.int32(208), 00013 izt = cms.int32(82), 00014 bMin = cms.double(0), 00015 bMax = cms.double(30) 00016 )
Definition at line 6 of file amptDefault_cfi.py.
tuple amptDefault_cfi::source = cms.Source("EmptySource") |
Definition at line 3 of file amptDefault_cfi.py.