cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
dummy_f77_process.f
Go to the documentation of this file.
2 implicit none
3 double precision dummy_f77_process
4 !--------------------------------------------------------------------------
5 ! CepGen overhead
6 !--------------------------------------------------------------------------
7 include 'KTBlocks.inc' ! mandatory, include the kinematics common blocks
8 call cepgen_print ! optional, display some run parameters information
9 !--------------------------------------------------------------------------
10 ! end of overhead, beginning of process definition
11 !--------------------------------------------------------------------------
12 dummy_f77_process = 1.d0 ! placeholder, your actual definition is to be
13 ! implemented here
14 !--------------------------------------------------------------------------
15 ! end of process definition
16 !--------------------------------------------------------------------------
17 return
18 end
19
subroutine cepgen_print
double precision function dummy_f77_process()