CDF II
CDF KITS
source navigation ]
diff markup ]
identifier search ]
freetext search ]
file search ]
 
Architecture: i386 ]
Version: 4.10.4 ] [ 4.10.5 ] [ 4.8.4 ] [ 4.8.4l3s ] [ 4.8.5 ] [ 4.9.0 ] [ 4.9.1 ] [ 4.9.1.hpt3 ] [ 4.9.1hpt3 ] [ 4.9.1top1 ] [ 5.0.0 ] [ 5.1.0 ] [ 5.1.0beamonly ] [ 5.1.1 ] [ 5.2.0 ] [ 5.3.0 ] [ 5.3.1 ] [ 5.3.1dsp ] [ 5.3.3 ] [ 5.3.3_nt ] [ 5.3.4 ] [ 6.1.1 ] [ 6.1.1b ] [ 6.1.2 ] [ 6.1.3 ] [ 6.1.4 ] [ 6.1.4int3 ] [ 6.1.4mc ] [ 6.1.4mc_a ] [ 6.1.6 ] [ development ]

001 # This sets up the DecayPackageSequence
002 
003 # first disable everything in DecayPackageSequence:
004 mod disable TauolaModule
005 mod disable QQModule
006 mod disable EvtGen
007 
008 # second enable the one module you want, and talk to it:
009 mod enable EvtGen
010 talk EvtGen
011   UseUserDecayFile set $useUserDecayFile
012   UserDecayFile set $userDecayFile
013   AdjustCPAsymm set $cpasym
014   RandomSeed set $fRandomSeedEvtGen1
015   show
016 exit
017 
018 # third enable the GenOutputManager 
019 module enable GenOutputManager
020 
021 # That's it! - fkw
022 
023 
024 
025 
026 
027 

source navigation ] diff markup ] identifier search ] freetext search ] file search ]

This page was automatically generated by the LXR engine.
The LXR team
Valid HTML 4.01!

Send problems or questions to cdfcode@fnal.gov