CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TauolaSettings_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 TauolaDefaultInputCards = cms.PSet(
4  InputCards = cms.PSet
5  (
6  pjak1 = cms.int32(0),
7  pjak2 = cms.int32(0),
8  mdtau = cms.int32(0)
9  )
10 )
11 
12 TauolaNoPolar = cms.PSet(
13  UseTauolaPolarization = cms.bool(False)
14 )
15 
16 TauolaPolar = cms.PSet(
17  UseTauolaPolarization = cms.bool(True)
18 )
19 
20