Changeset 486 in Sophya for trunk/SophyaPI/PIext/pintuple.h


Ignore:
Timestamp:
Oct 21, 1999, 2:22:56 PM (26 years ago)
Author:
ercodmgr
Message:

Adapatation a NTupleInterface::GetCelltoString() et ajout trace Label ds PINTuple/3D et Wt ds PINtuple3D - Reza 21/10/99

File:
1 edited

Legend:

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

    r344 r486  
    2020  virtual void       SelectWt(const char* pw=NULL, int nbins=10);
    2121  virtual void       SelectErrBar(const char* erbx=NULL, const char* erby=NULL);
     22  virtual void       SelectLabel(const char* plabel=NULL);
    2223
    2324  virtual void       AppendTextInfo(string& info, double xmin, double ymin, double xmax, double ymax);
     
    2930  int xebK, yebK;      // Index du nom de variable en ErrBarX/Y ds le ntuple
    3031  int wK;              // Index du nom de variable poids
     32  int lK;              // Index du nom de variable label (affiche en texte)
    3133  double wMin, wMax;        // Valeurs de poids min/max
    3234  int nWbins;               // Nombre de bins pour le poids (Wt)
Note: See TracChangeset for help on using the changeset viewer.