Changeset 3608 in Sophya for trunk/SophyaLib/NTools/perandom.h


Ignore:
Timestamp:
Apr 29, 2009, 9:30:15 PM (16 years ago)
Author:
cmv
Message:

delete de tsfunran.cc,h sans interet + FunRan avec TVector, cmv 29/04/2009

File:
1 edited

Legend:

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

    r3600 r3608  
    1010#include <stdlib.h>
    1111#include <math.h>
     12#include "tvector.h"
    1213#include "histos.h"
    1314#include "srandgen.h"
     
    2425  FunRan(r_8 *tab, int_4 nBin, bool pdf=true);
    2526  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);
    2629  FunRan(Histo &h, bool pdf=true);
    2730  FunRan(const FunRan& fh);
Note: See TracChangeset for help on using the changeset viewer.