| 1 | = Example jobcard for CLAS/g7 @ JLab = |
| 2 | |
| 3 | {{{ |
| 4 | !*********************************** |
| 5 | !* CLAS/g7: gamma A => e+e- X * |
| 6 | !*********************************** |
| 7 | |
| 8 | !****************************************************************************** |
| 9 | ! General Input : |
| 10 | !****************************************************************************** |
| 11 | |
| 12 | &input |
| 13 | numEnsembles = 1000 ! number of ensembles |
| 14 | eventtype = 3 ! 3=photon A |
| 15 | numTimeSteps = 0 ! number of time steps |
| 16 | delta_T = 0.2 ! time step size |
| 17 | num_runs_SameEnergy = 1 |
| 18 | num_Energies = 400 |
| 19 | set_length_perturbative = .true. |
| 20 | length_perturbative = 500 |
| 21 | freezeRealParticles = .true. |
| 22 | path_to_input = "/home/hadron/gibuu/buuinput" |
| 23 | ! localEnsemble=.true. ! default: parallel ensemble |
| 24 | ! LRF_equals_CALC_frame=.false. ! needed for offshell potential |
| 25 | / |
| 26 | |
| 27 | &target |
| 28 | target_Z = 1 |
| 29 | target_A = 1 |
| 30 | / |
| 31 | |
| 32 | !****************************************************************************** |
| 33 | ! Photon-induced reactions |
| 34 | !****************************************************************************** |
| 35 | |
| 36 | &low_photo_induced |
| 37 | energy_gamma = 1.0 |
| 38 | delta_energy = 0.01 |
| 39 | energy_weighting = 0 |
| 40 | vecMes(1:3) = .true., .true., .true. |
| 41 | vecMes_Delta(1:3) = .true., .true., .true. |
| 42 | fritiof = .true. |
| 43 | resonances = .true. |
| 44 | singlePi = .false. |
| 45 | twoPi = .false. |
| 46 | pi0Eta = .false. |
| 47 | / |
| 48 | |
| 49 | &DileptonAnalysis |
| 50 | enable = .true. |
| 51 | filter = 5 ! 1=KEK, 2,3,4=HADES, 5=g7/CLAS |
| 52 | binsz = 0.01 |
| 53 | nEvent = 10 |
| 54 | nEvent_BH = 100 |
| 55 | WriteEvents = .false. |
| 56 | / |
| 57 | |
| 58 | &input_FF_ResProd |
| 59 | ! W_cutOff_lambda=1.071 |
| 60 | W_cutOff_switch=.true. ! Switch on W-dependence in form factors |
| 61 | / |
| 62 | |
| 63 | &coulomb |
| 64 | coulombFLAG = .false. |
| 65 | / |
| 66 | |
| 67 | |
| 68 | !****************************************************************************** |
| 69 | ! Ground State (Frozen Nucleus, Analytic Density, Zero Temperature) |
| 70 | !****************************************************************************** |
| 71 | |
| 72 | &initThermoDynamics |
| 73 | temperatureSwitch=1 |
| 74 | ! 1=groundstate calculations (T=0,mu=E_F) |
| 75 | ! 2=the full procedure according to testparticle density (real particles only!) |
| 76 | / |
| 77 | |
| 78 | &initDensity |
| 79 | densitySwitch=2 !1=dynamic density according to testparticle density, 2=analytic density prescription, 0=no density |
| 80 | / |
| 81 | |
| 82 | &initPauli |
| 83 | pauliSwitch=2 !1=dynamic, 2=analytic, 0=no pauli blocking |
| 84 | / |
| 85 | }}} |