Changeset 4071 in Sophya for trunk/SophyaPI/PIext/pintuple.h
- Timestamp:
- May 9, 2012, 11:36:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pintuple.h
r3269 r4071 24 24 virtual void SelectColorByName(const char* pcolnm=NULL); 25 25 virtual void SelectColorByIndex(const char* pcolidx=NULL); 26 virtual void SelectPolar(const char* pangle, const char* pradius, double angconv=1., double angoff=0.); 26 27 27 28 inline void ConnectPoints(bool fg=false) { connectPts = fg; } … … 54 55 NTupleInterface* mNT; 55 56 bool mAdDO; 56 int xK, yK; // Index du nom de variable en X/Y ds le ntuple57 int xK, yK; // Index du nom de variable en X/Y (ou rayon/angle) ds le ntuple 57 58 int xebK, yebK; // Index du nom de variable en ErrBarX/Y ds le ntuple 58 59 int wK; // Index du nom de variable poids … … 64 65 int nWbins; // Nombre de bins taille de marker variable 65 66 bool colorScale; // true -> Couleur de marker variable suivant poids 67 bool polarPlot; // true -> polar plot 68 double angConvFactor; // Facteur de conversion de l'angle en radian 69 double angOffset; // Offset de l'angle (en radian) apres conversion 66 70 bool stats; // true -> indication du nb de points 67 71 bool connectPts; // true -> les points sont relies par une ligne
Note:
See TracChangeset
for help on using the changeset viewer.