001 // how to run mbr with cdfGen### MBR for use with cdfGen executable
002 # example tcl file for generating minimum-bias (elastic, diffractive
003 # and non-diffractive) events using cdfGen
004 # for details on talk-to's, etc, see CDF 5371
005
006 path enable AllPath
007 module input GenInputManager
008
009 mod enable mbr
010 mod talk mbr
011 pbeam set 980
012 ### process: combination of Hard Core, Double-, Single-Diffractive and
013 ### Elastic: 1*HC+10*DD+100*SD+1000*EL, eg 101=HC+SD
014 ### Do not add leading Zeros
015 ### Default: generate hard core (inelastic, non-diffractive) events only (1)#
016 ### hard-core+double-diffractive (events that likely pass
017 ### CLC min-bias trigger)
018 process set 11
019 #
020 ###single-diffractive
021 # process set 100
022 # ximax set 0.10
023 # ximin set 0.001
024 # sd_p_only set 1
025 ###
026 show
027 exit
028
029 module talk FileOutput
030 output create myout mbr_test.out
031 output path myout AllPath
032 output keepList myout EVCL_StorableBank LRIH_StorableBank HEPG_StorableBank
033 output list
034 exit
035
036 begin -nev 10
037
038 exit
Send problems or questions to cdfcode@fnal.gov