CMS 3D CMS Logo

TauolaSettings_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 TauolaDefaultInputCards = cms.PSet(
00004     InputCards = cms.vstring('TAUOLA = 0 0 0   ! TAUOLA ')
00005 )
00006 TauolaNoPolar = cms.PSet(
00007     UseTauolaPolarization = cms.bool(False)
00008 )
00009 TauolaPolar = cms.PSet(
00010     UseTauolaPolarization = cms.bool(True)
00011 )
00012 
00013 

Generated on Tue Jun 9 17:37:09 2009 for CMSSW by  doxygen 1.5.4