Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:05:02

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 ReggeGribovPartonMCAdvancedParameters = cms.PSet(
0004     bmin = cms.double(0), #impact parameter min in fm
0005     bmax = cms.double(10000),#impact parameter max in fm
0006     paramFileName = cms.untracked.string("Configuration/Generator/data/ReggeGribovPartonMC.param"), #file with more parameters specific to crmc interface
0007     skipNuclFrag = cms.bool(True) #in HI collisions nuclear fragments with pt=0 can be in the hep event. to skip those activate this option
0008 )