001 # mc_Pythia_photon_jl1.tcl
002 #
003 module enable Pythia
004 talk Pythia
005 PythiaMenu
006 # set process to none, override with msub below
007 msel set 0
008 cmEnergy set 1960
009 inListLevel set 0
010 evListLevel set 1
011 # put the Z onshell
012 commonMenu
013 # diphotons
014 set_msub -index=14 -value=1
015 set_msub -index=29 -value=1
016 set_msub -index=115 -value=1
017 # set q**2 scale to -t_hat
018 set_mstp -index=32 -value=5
019 # set minimum pt of hard process in GeV, approx=min photon pt
020 set_ckin -index=3 -value=8
021 # set min and max rapidities for lower- and higher-eta pho and jet
022 set_ckin -index=13 -value=-2.0
023 set_ckin -index=14 -value=2.0
024 set_ckin -index=15 -value=-2.0
025 set_ckin -index=16 -value=2.0
026 exit
027 # decayFileMode set read
028 # decayFile set $env(PYTHIA_DIR)/z_ee.dcy
029 exit
030 exit
031 #-----------------------------------------------------------------------
032 # Pythia tunings
033 #-----------------------------------------------------------------------
034 source $env(PROJECT_DIR)/mcProduction/tcl/mc_Pythia_WZPt_tune.tcl
035 source $env(PROJECT_DIR)/mcProduction/tcl/mc_Pythia_pdf_CTEQ5L.tcl
036 source $env(PROJECT_DIR)/mcProduction/tcl/mc_Pythia_underlying_event_A.tcl
Send problems or questions to cdfcode@fnal.gov