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.
1 import FWCore.ParameterSet.Config as cms
2 
3 ActivateDecaysBlock = cms.PSet(
4  ActivateDecays = cms.PSet(
5  ActivateDecays = cms.bool(True),
6  # Maximum angle to associate a charged daughter to a charged mother
7  # Mostly done to associate muons to decaying pions
8  DistCut = cms.double(0.02)
9  )
10 )
11