| Last change
 on this file since 7334 was             286, checked in by harald, 26 years ago | 
        
          | This is the start point for further developments of the Magic Monte Carlo
Simulation written by Jose Carlos Gonzales. Now it is under control of 
one CVS repository for the whole collaboration. Everyone should use this
CVS repository for further developments. | 
        
          | File size:
            553 bytes | 
      
      
| Line |  | 
|---|
| 1 | DOUBLE PRECISION FUNCTION DPFUNC( ENER ) | 
|---|
| 2 |  | 
|---|
| 3 | C----------------------------------------------------------------------- | 
|---|
| 4 | C  D(IFFRACTION) P(ORTION) FUNC(TION) | 
|---|
| 5 | C | 
|---|
| 6 | C  CALCULATES THE FRACTION OF DIFFRACTION | 
|---|
| 7 | C  THIS FUNCTION IS CALLED FROM HDPM | 
|---|
| 8 | C  ARGUMNENT: | 
|---|
| 9 | C   ENER   = C.M. ENERGY | 
|---|
| 10 | C----------------------------------------------------------------------- | 
|---|
| 11 |  | 
|---|
| 12 | IMPLICIT NONE | 
|---|
| 13 | DOUBLE PRECISION ENER | 
|---|
| 14 | C----------------------------------------------------------------------- | 
|---|
| 15 |  | 
|---|
| 16 | C  FUNCTION DPFUNC IS DUMMY | 
|---|
| 17 | DPFUNC = 0.15D0 | 
|---|
| 18 |  | 
|---|
| 19 | RETURN | 
|---|
| 20 | END | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.