CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/GeneratorInterface/HydjetInterface/python/hydjetDefault_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 source = cms.Source("EmptySource")
00004 
00005 from GeneratorInterface.HydjetInterface.hydjetDefaultParameters_cff import *
00006 generator = cms.EDFilter("HydjetGeneratorFilter",
00007                          hydjetDefaultParameters,
00008 
00009                          maxEventsToPrint = cms.untracked.int32(0),
00010                          pythiaPylistVerbosity = cms.untracked.int32(0),
00011                          firstEvent = cms.untracked.uint32(1),
00012                          firstRun = cms.untracked.uint32(1),
00013                          
00014                          comEnergy = cms.double(4000.0),
00015                          
00016                          cFlag = cms.int32(0),
00017                          bFixed = cms.double(0),
00018                          bMin = cms.double(0),
00019                          bMax = cms.double(0)
00020                          )
00021 
00022 configurationMetadata = cms.untracked.PSet(
00023     version = cms.untracked.string('$Revision: 1.3 $'),
00024     name = cms.untracked.string('$Source: /cvs/CMSSW/CMSSW/GeneratorInterface/HydjetInterface/python/hydjetDefault_cfi.py,v $'),
00025     annotation = cms.untracked.string('Hydjet-B0 at 4TeV')
00026     )
00027 
00028 
00029 
00030 
00031