Changeset 2838 in Sophya


Ignore:
Timestamp:
Nov 9, 2005, 3:07:17 PM (20 years ago)
Author:
cmv
Message:

add FurRan constructor from Histo cmv 09/11/2005

Location:
trunk/SophyaLib/NTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/perandom.cc

    r2615 r2838  
    6464  for(int_4 j=0; j<nBin; j++)
    6565    (*this)(j) /= (*this)(nBin-1);
     66}
     67
     68FunRan::FunRan(Histo &h)
     69: Histo(h)
     70{
    6671}
    6772
  • trunk/SophyaLib/NTools/perandom.h

    r1371 r2838  
    2020  FunRan(r_8 *tab, int_4 nBin);
    2121  FunRan(r_8 *tab, int_4 nBin, r_8 xMin, r_8 xMax);
     22  FunRan(Histo &h);
    2223  void IFunRan(r_8 *tab, int_4 nBin);
    2324  r_8 Random(void);
Note: See TracChangeset for help on using the changeset viewer.