Changeset 486 in Sophya for trunk/SophyaPI/PIext/pintuple.h
- Timestamp:
- Oct 21, 1999, 2:22:56 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pintuple.h
r344 r486 20 20 virtual void SelectWt(const char* pw=NULL, int nbins=10); 21 21 virtual void SelectErrBar(const char* erbx=NULL, const char* erby=NULL); 22 virtual void SelectLabel(const char* plabel=NULL); 22 23 23 24 virtual void AppendTextInfo(string& info, double xmin, double ymin, double xmax, double ymax); … … 29 30 int xebK, yebK; // Index du nom de variable en ErrBarX/Y ds le ntuple 30 31 int wK; // Index du nom de variable poids 32 int lK; // Index du nom de variable label (affiche en texte) 31 33 double wMin, wMax; // Valeurs de poids min/max 32 34 int nWbins; // Nombre de bins pour le poids (Wt)
Note:
See TracChangeset
for help on using the changeset viewer.