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

