CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_AdvancedParameters_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ReggeGribovPartonMCAdvancedParameters = cms.PSet(
00004     bmin = cms.double(0), #impact parameter min in fm
00005     bmax = cms.double(10000),#impact parameter max in fm
00006     paramFileName = cms.untracked.string("Configuration/Generator/data/ReggeGribovPartonMC.param"), #file with more parameters specific to crmc interface
00007     skipNuclFrag = cms.bool(True) #in HI collisions nuclear fragments with pt=0 can be in the hep event. to skip those activate this option
00008 )