Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:13:30

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 TauolaDefaultInputCards = cms.PSet(
0004    InputCards = cms.PSet
0005    (
0006       pjak1 = cms.int32(0),
0007       pjak2 = cms.int32(0),
0008       mdtau = cms.int32(0)
0009    ) 
0010 )
0011 
0012 TauolaNoPolar = cms.PSet(
0013     UseTauolaPolarization = cms.bool(False)
0014 )
0015 
0016 TauolaPolar = cms.PSet(
0017     UseTauolaPolarization = cms.bool(True)
0018 )
0019 
0020