cmigdSforBrem:  v   Eg/Ee
cmigdSforPair;  v   Ee/Eg
epbhabhaG:  x:  Eg/Ek
epbhabharf: x:  Eg/Ek
epPairS:  x  Ee/Eg
epBremS:  x  Eg/Ee
epBremSolv: v
epPairSolv:  v
epPairSH:  x
epBremSH:  x
epBrSolvH: v
epPrSolvH: v
 in epBPfunc1, 2, 3
epBrem:    x
epPair:  x

bigf:  v
scrnfb:  v
epBremH:  v
epPairH:
smigb:  v
smigp:  v
sbrem2:  v
spair2:  v
epBrgenex: x  Eg/Ee
epBrgene:  x  //
epBrgeneSolv: v  Eg/Ee
epBrSfs:  x   Eg/Ee
epBrSf:   k   Eg/Ek
epBrSeltzer:  k  Eg/Ek
epmollerG:  x    Eg/Ek
epmollerrf: x    Eg/Ek
epmollertx: xm   Eg/Ek
epPairLowE: x   Me/Eg
epPrgenex:  x   Ee/Eg
epPrgene:  x    //
epPrgeneSolv: x  //
epPrgeneTX:  x   //

-----------------------------
To test basic brems / pair

                  Brems function          Pair function

Tsai               epBPfunc.f              epBPfunc.f
make               Brem1.mk                Pair1.mk

Nelson                                     epBPfunc2.f
make                                       Pair2.mk 

Motz/Koch          epBPfunc3.f             epBPfunc3.f
make               Brem3.mk                Pair3.mk


Test prog.         testBrem.f              testPiar.f    common to all

------------------

compScrBr.f  :  complete screening limit by Tsai's Brems formula 
                  f77  compScrBr.f  epCoulombC.f
compScrPr.f  :  complete screening limit by Tsai's Brems formula
                  f77  compScrPr.f  epCoulombC.f

-------------------

X0OldVSnew:  Z new X0   old X0  with A= 1.  This is used to
    reconvert prob./X0 of Brem/Pair given in epBPfunc3.f into
    mb.


make -f CreBrTblL3.mk
          make sampling table  for  low energy Brems 
          (use epBPfunc3)
make -f CrePrTblL3.mk
          make sampling table  for  low energy Pair
          (use epBPfunc3)


make -f drawBrem3.mk   
         a.out > /tmp/func     Brems function3  x= Eg/KEe,  ds/dx,  xds/dx
	 input  basic matter table such as BGO
make -f BrLSamp3.mk  
         a.out > /tmp/data          actually samples  prob and x=Eg/kEe
        input is media for the material

To make data statement which can be used in Fortran program and
insert them in epPrCSamp.f etc to make a special routine for
a particular media (e.g Cosmos's air routine);

make -f mkBrDtStm.mk  for Brem
make -f mkPrDtStm.mk  for Pair

