Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
FastSimulation
TrajectoryManager
python
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
# 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
Config
Generated for CMSSW Reference Manual by
1.8.5