CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hydjetDefault_cfi.py
Go to the documentation of this file.
2 
3 source = cms.Source("EmptySource")
4 
6 generator = cms.EDFilter("HydjetGeneratorFilter",
7  hydjetDefaultParameters,
8 
9  maxEventsToPrint = cms.untracked.int32(0),
10  pythiaPylistVerbosity = cms.untracked.int32(0),
11  firstEvent = cms.untracked.uint32(1),
12  firstRun = cms.untracked.uint32(1),
13 
14  comEnergy = cms.double(4000.0),
15 
16  cFlag = cms.int32(0),
17  bFixed = cms.double(0),
18  bMin = cms.double(0),
19  bMax = cms.double(0)
20  )
21 
22 configurationMetadata = cms.untracked.PSet(
23  version = cms.untracked.string('$Revision: 1.2 $'),
24  name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/GeneratorInterface/HydjetInterface/python/hydjetDefault_cfi.py,v $'),
25  annotation = cms.untracked.string('Hydjet-B0 at 4TeV')
26  )
27 
28 
29 
30 
31