CMS 3D CMS Logo

ReggeGribovPartonMC_AdvancedParameters_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ReggeGribovPartonMCAdvancedParameters = cms.PSet(
4  bmin = cms.double(0), #impact parameter min in fm
5  bmax = cms.double(10000),#impact parameter max in fm
6  paramFileName = cms.untracked.string("Configuration/Generator/data/ReggeGribovPartonMC.param"), #file with more parameters specific to crmc interface
7  skipNuclFrag = cms.bool(True) #in HI collisions nuclear fragments with pt=0 can be in the hep event. to skip those activate this option
8 )