CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/FastSimulation/TrajectoryManager/python/ActivateDecays_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ActivateDecaysBlock = cms.PSet(
00004     ActivateDecays = cms.PSet(
00005         ActivateDecays = cms.bool(True),
00006         # Maximum angle to associate a charged daughter to a charged mother
00007         # Mostly done to associate muons to decaying pions
00008         DistCut = cms.double(0.02)
00009     )
00010 )
00011