00001 import FWCore.ParameterSet.Config as cms 00002 00003 ActivateDecaysBlock = cms.PSet( 00004 activateDecays = cms.PSet( 00005 activateDecays = cms.bool(True), 00006 # Ahem, we initialize pythia with PYINIT, and this must be configurable... 00007 # (Temporary, until a better solution is found) 00008 comEnergy = cms.double(14000.0), 00009 # Maximum angle to associate a charged daughter to a charged mother 00010 # Mostly done to associate muons to decaying pions 00011 DistCut = cms.double(0.02) 00012 ) 00013 ) 00014