CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ActivateDecays_cfi.py
Go to the documentation of this file.
2 
3 ActivateDecaysBlock = cms.PSet(
4  ActivateDecays = cms.PSet(
5  ActivateDecays = cms.bool(True),
6  # External program used to handle decays: available options are pythia6 and pythia8
7  Decayer = cms.string('pythia6'),
8  # Maximum angle to associate a charged daughter to a charged mother
9  # Mostly done to associate muons to decaying pions
10  DistCut = cms.double(0.02)
11  )
12 )
13