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


Ignore:
Timestamp:
Jul 12, 1999, 1:12:29 PM (26 years ago)
Author:
ercodmgr
Message:

Trace de NTuple en 2D avec Marker de taille proportionnelle a Weight
Introduction des repertoires dans la gestion d'objets NameObjMgr
Reorganisation NamedObjMgr et Services2NObjMgr, ajout de commandes , ...
Reza 12/7/99

File:
1 edited

Legend:

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

    r326 r333  
    1414 
    1515          void       SelectXY(const char* px, const char* py);
     16          void       SelectWt(const char* pw=NULL, int nbins=10);
    1617          void       SelectErrBar(const char* erbx=NULL, const char* erby=NULL);
    1718
     
    2223  int xK, yK;          // Index du nom de variable en X/Y ds le ntuple
    2324  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)
    2428
    2529};
Note: See TracChangeset for help on using the changeset viewer.