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 // 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

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