Changeset 333 in Sophya for trunk/SophyaPI/PIext/pintuple.h
- Timestamp:
- Jul 12, 1999, 1:12:29 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pintuple.h
r326 r333 14 14 15 15 void SelectXY(const char* px, const char* py); 16 void SelectWt(const char* pw=NULL, int nbins=10); 16 17 void SelectErrBar(const char* erbx=NULL, const char* erby=NULL); 17 18 … … 22 23 int xK, yK; // Index du nom de variable en X/Y ds le ntuple 23 24 int xebK, yebK; // Index du nom de variable en ErrBarX/Y ds le ntuple 25 int wK; // Index du nom de variable poids 26 double wMin, wMax; // Valeurs de poids min/max 27 int nWbins; // Nombre de bins pour le poids (Wt) 24 28 25 29 };
Note:
See TracChangeset
for help on using the changeset viewer.