Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:35

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 generator = cms.EDFilter("HijingGeneratorFilter",
0004                          rotateEventPlane = cms.bool(True),
0005                          frame = cms.string('CMS     '),
0006                          targ = cms.string('P       '),
0007                          izp = cms.int32(82),
0008                          bMin = cms.double(0),
0009                          izt = cms.int32(1),
0010                          proj = cms.string('A       '),
0011                          comEnergy = cms.double(5023.0),
0012                          iat = cms.int32(1),
0013                          bMax = cms.double(15),
0014                          iap = cms.int32(208)
0015                          )
0016 
0017 configurationMetadata = cms.untracked.PSet(
0018     version = cms.untracked.string('$Revision: 1.3 $'),
0019     annotation = cms.untracked.string('HIJING generator'),
0020     name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/GenProduction/python/HI/Hijing_PPb_MinimumBias_cfi.py,v $')
0021     )
0022