![]() |
![]() |
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