gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 1 and Version 2 of jobCards/omegaTaps


Ignore:
Timestamp:
Feb 25, 2009, 2:19:50 PM (15 years ago)
Author:
oliver
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jobCards/omegaTaps

    v1 v2  
    11= Omega production at TAPS =
    22
    3 A sample job card:
     3This job card is suited to analyze photon production in photon-proton or photon-nucleus reactions. It is divided into several parts
    44
     5== Target definition ==
    56{{{
    6 !****************************************************
    7 !       Input specific for the reactions
    8 !****************************************************
    9 
    10 $target      !Only relevant for eventtypes 0,1 and 3 (??????)
    11 target_Z=20,
    12 target_A=40,
     7$target     
     8! Proton:
     9target_Z=1,   
     10target_A=1,
     11! Nb_93
     12!target_Z=41,   
     13!target_A=93,
     14! Calcium_40
     15!target_Z=20,   
     16!target_A=40,
    1317fermimotion=.true.
    14 densitySwitch_Static=1     !1=wood-saxon, 2=according NPA 554,554 (Oset)
     18densitySwitch_Static=1     !1=wood-saxon, 2=according NPA 554,554 (Oset)
    1519$end
    16 
     20}}}
     21== Initialization and final Analysis ==
     22{{{
    1723$low_photo_induced
    18 energy_gamma=1.1
    19 debugFlag=.false.
    20 pascalTwoPi=.true.
     24energy_gamma=1.3
    2125delta_energy=0.01
    22 equalDistribution_twoPi=.true.
    23 vecmes=.true.
     26! Switch for specific initial channels
     27vecmes    =.true.
    2428resonances=.true.
    25 singlePi=.true.
    26 pi0eta=.true.
    27 twopi=.true.
     29singlePi  =.true.
     30pi0eta    =.true.
     31twopi     =.true.
    2832$end
    2933
    3034$lowPhotonAnalysis
    31 outputEvents=.true.
    32 KruscheOutput=.false.
    33 fissumOutput=.false.
    34 photonAnalyse=.true.
    35 twoPiOutput=.false.
     35! Analysis flags
     36outputEvents   =.true.     ! Print events to file
     37photonAnalyse  =.true.     ! Generate analysis for final state photons
     38! Switch off unnessary analysis
     39KruscheOutput  =.false.
     40fissumOutput   =.false.
     41twoPiOutput    =.false.
    3642$end
    37 
    38 
    39 !***************************************************
    40 ! General Input :
    41 !***************************************************
    42 
     43}}}
     44== General Input ==
     45{{{
    4346$initDatabase
    4447propagationSwitch=0        ! 0=all resonances with more than 1 star, 1=only delta&nucleon 2=only nucleons
     
    4851
    4952$initStability
    50 stabilityFlag(101) = 4
     53stabilityFlag(101) = 4 ! Let Pi^0 Decay
    5154$end
    5255
    5356$pythia
    54 MDCY(102,1)=1 ! KC code of pi0, not KF!
    55 $end
     57MDCY(102,1)=1 ! KC code of pi0, not KF!  !Pi^0 unstable in Pythia
     58$end 
    5659
    5760
    5861$input
    59 numEnsembles= 5      ! number of ensembles
    60 eventtype   = 3       ! 2=PionA, 3=photon A
    61 numTimeSteps= 0       ! number of time steps
    62 delta_T     = 0.4     ! time step size
    63 fullensemble=.false.
    64 num_runs_SameEnergy=1
    65 num_Energies=1
    66 FinalCoulombCorrection=.false.
     62numEnsembles= 1           ! number of ensembles
     63eventtype   = 3           ! 3=photon A
     64numTimeSteps= 0           ! number of time steps
     65delta_T     = 0.4         ! time step size
     66num_runs_SameEnergy = 1   ! Number of runs with the same energy
     67num_Energies        = 1   ! Number of different energies
    6768set_length_perturbative=.true.
    68 !length_perturbative=5000
    69 length_perturbative=800
     69! Length of particle vector. Must be adjusted to final state particle yield
     70! Proton
     71length_perturbative    =50   
     72! Calcium
     73!length_perturbative   =1000
     74! Niob
     75length_perturbative    =3000
     76path_to_input='/home/hadron/oliver/buuinput_metag'     ! Path to input directory
     77fullensemble           =.false.
     78FinalCoulombCorrection =.false.
    7079PrintParticleVectors=.false.
    71 DoPRLevel(1)=.false.
    72 DoPRLevel(2)=.false.
    73 DoPRLevel(3)=.false.
    74 DoPRLevel(4)=.false.
    7580$end
    7681
     
    7984$end
    8085
     86
     87}}}
     88== Numerical details ==
     89{{{
     90
     91
    8192$initDensity
    8293densitySwitch=2            !1=dynamic density according to testparticle density, 2=analytic density prescription
    83 splineExtraPolation=.true. !Switch for linear spline extrapolation for dynamically calculated density: Extrapolates density between
     94splineExtraPolation=.true. !Switch for linear spline extrapolation for dynamically calculated density: Extrapolates density between 
    8495$end
    8596
     
    89100
    90101$propagation
    91 delta_P=0.01                ! Delta Momentum for derivatives
    92 coulomb=.true.             ! Whether to use coulomb in propagation
    93 hadronic=.true.             ! Whether to use hadronic potentials in propagation
    94 DerivativeType=1            ! 1=first order Range-Kutta, 2=second order Range-Kutta
    95 predictorCorrector=.false.  ! Whether to use a predictor/corrector algorithm to do the propagation
     102delta_P           =0.01    ! Delta Momentum for derivatives
     103coulomb           =.true.  ! Whether to use coulomb in propagation
     104hadronic          =.true.  ! Whether to use hadronic potentials in propagation
     105DerivativeType    =1       ! 1=first order Range-Kutta, 2=second order Range-Kutta
     106predictorCorrector=.true.  ! Whether to use a predictor/corrector algorithm to do the propagation
    96107$end
    97108
    98 !************************************************************
    99 !       Input for potentials
    100 !************************************************************
     109
     110}}}
     111== Input for potentials ==
     112{{{
     113
    101114$Coulomb
    102115CoulombFlag=.false.
     
    125138$end
    126139
    127 
    128 !*********************************************************
    129 !          The collision term
    130 !**********************************************************
     140}}}
     141== The collision term ==
     142{{{
    131143
    132144$hadronFormation
     
    135147
    136148$collisionTerm
    137 energyCheck=0.01          ! accuracy of energy check in GeV
    138 oneBodyProcesses=.true.
    139 oneBodyAdditional=.true.
    140 twoBodyProcesses=.true.
    141 threeBodyProcesses=.true.
     149energyCheck        =0.01          ! accuracy of energy check in GeV
     150oneBodyProcesses   =.true.
     151oneBodyAdditional  =.true.
     152twoBodyProcesses   =.true.
     153threeBodyProcesses =.true.
    142154$end
    143155
    144156$insertion
    145 minimumEnergy=0.005
    146 propagateNoPhoton=.false.
     157minimumEnergy      =0.005       ! Minimal kinetic energy for a proton
     158propagateNoPhoton  =.false.     ! Photons are propagated
    147159$end
    148160
     
    151163
    152164$master_2Body
    153 baryonBaryonScattering=.true.
    154 baryonMesonScattering=.true.
    155 mesonMesonScattering=.false.
     165baryonBaryonScattering = .true.
     166baryonMesonScattering  = .true.
     167mesonMesonScattering   = .false.
    156168$end
    157169
    158170$master_3Body
    159171$end
    160 !****************************************************************
    161 !   The widths of the particles
    162 !***************************************************************
     172
     173}}}
     174== The widths of the particles ==
     175{{{
    163176
    164177$width_Baryon
    165 mediumSwitch=.false.       ! Switch on/off in-medium width of all baryons at once -> The vacuum width are used.
    166 mediumSwitch_coll=.false.  ! Use consistent collisional broadening
    167 mediumSwitch_Delta=.true. ! Switch on/off in-medium width of the delta. .false.=vacuum width
     178mediumSwitch       =.true.   ! Switch on/off in-medium width of all baryons at once -> The vacuum width are used.
     179mediumSwitch_coll  =.false.  ! Use consistent collisional broadening
     180mediumSwitch_Delta =.true.  ! Switch on/off in-medium width of the delta. .false.=vacuum width
    168181$end
    169182
    170183$width_Meson
    171 mediumSwitch=.false.       ! Switch on/off in-medium width of all mesons at once -> The vacuum width are used.
     184mediumSwitch=.false.         ! Switch on/off in-medium width of all mesons at once -> The vacuum width are used.
    172185$end
    173 
    174 
    175 !******************************************************************
    176 ! Temperature and thermodynamics
    177 !****************************************************
    178 
     186}}}
     187== Temperature and thermodynamics ==
     188Don't touch this! Otherwise computation time blows up
     189{{{
    179190$initThermoDynamics
    180 temperatureSwitch=1
     191temperatureSwitch=1 
    181192! 1=groundstate calculations (T=0,mu=E_F)
    182193! 2=the full procedure according to testparticle density (real particles only!)