Changeset 486 in Sophya for trunk/SophyaPI/PIext/pintup3d.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/pintup3d.h

    r326 r486  
    1313  virtual void       UpdateLimits();
    1414 
    15           void       SelectXYZ(const char* px, const char* py, const char* pz);
    16           void       SelectErrBar(const char* erbx=NULL, const char* erby=NULL, const char* erbz=NULL);
     15  virtual void       SelectXYZ(const char* px, const char* py, const char* pz);
     16  virtual void       SelectWt(const char* pw=NULL, int nbins=10);
     17  virtual void       SelectErrBar(const char* erbx=NULL, const char* erby=NULL, const char* erbz=NULL);
     18  virtual void       SelectLabel(const char* plabel);
    1719
    1820       
     
    2224  int xK, yK, zK;           // Index du nom de variable en X/Y/Z ds le ntuple
    2325  int xebK, yebK, zebK;     // Index du nom de variable en ErrBarX/Y/Z ds le ntuple
     26  int wK;                   // Index du nom de variable poids
     27  int lK;                   // Index du nom de variable label (affiche en texte)
     28  double wMin, wMax;        // Valeurs de poids min/max
     29  int nWbins;               // Nombre de bins pour le poids (Wt)
    2430
    2531};
Note: See TracChangeset for help on using the changeset viewer.