Changeset 3608 in Sophya for trunk/SophyaLib/NTools/perandom.h
- Timestamp:
- Apr 29, 2009, 9:30:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/perandom.h
r3600 r3608 10 10 #include <stdlib.h> 11 11 #include <math.h> 12 #include "tvector.h" 12 13 #include "histos.h" 13 14 #include "srandgen.h" … … 24 25 FunRan(r_8 *tab, int_4 nBin, bool pdf=true); 25 26 FunRan(r_8 *tab, int_4 nBin, r_8 xMin, r_8 xMax, bool pdf=true); 27 FunRan(TVector<r_8>& tab, bool pdf=true); 28 FunRan(TVector<r_8>& tab, r_8 xMin, r_8 xMax, bool pdf=true); 26 29 FunRan(Histo &h, bool pdf=true); 27 30 FunRan(const FunRan& fh);
Note:
See TracChangeset
for help on using the changeset viewer.