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         # External program used to handle decays: available options are pythia6 and pythia8
00005         Decayer = cms.string('pythia6'), 
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 )

Definition at line 3 of file ActivateDecays_cfi.py.