CMS 3D CMS Logo

Variables

ActivateDecays_cfi Namespace Reference

Variables

tuple ActivateDecaysBlock

Variable Documentation

Initial value:
00001 cms.PSet(
00002     ActivateDecays = cms.PSet(
00003         ActivateDecays = cms.bool(True),
00004         # Maximum angle to associate a charged daughter to a charged mother
00005         # Mostly done to associate muons to decaying pions
00006         DistCut = cms.double(0.02)
00007     )
00008 )

Definition at line 3 of file ActivateDecays_cfi.py.