Changeset 326 in Sophya for trunk/SophyaPI/PIext/nobjmgr.h


Ignore:
Timestamp:
Jun 23, 1999, 4:41:47 PM (26 years ago)
Author:
ercodmgr
Message:

1/ NTupleInterface mis ds Outils++ et complete -
2/ Les PINtuple et PINtup3D utilisent maintenant NTupleInterface
3/ Debut modification interface NObjMgr - Reza 23/6/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/nobjmgr.h

    r295 r326  
    7878                               string& experr, string& expcut, string& nomgfd);
    7979
    80 // Trace de fonctions 1-D , 2-D
    81   virtual void          PlotFunc(string& expfunc, float xmin, float xmax, int np=100, string dopt="");
    82   virtual void          PlotFunc2D(string& expfunc, float xmin, float xmax, float ymin, float ymax,
    83                                    int npx=50, int npy=50, string dopt="");
    84   virtual void          PlotFunc(DlFunctionOfX f, float xmin, float xmax, int np=100, string dopt="");
    85   virtual void          PlotFunc2D(DlFunctionOfXY f, float xmin, float xmax, float ymin, float ymax,
    86                                    int npx=50, int npy=50, string dopt="");
    87 
    8880//   Methodes de fit, a rajouter  (pour CMV , deux methodes H1 H2 ou 1 seule ??) ...
    8981  virtual void          Fit12D(string const& nom, string& func,
Note: See TracChangeset for help on using the changeset viewer.