Last change
on this file since 1134 was 339, checked in by ercodmgr, 26 years ago |
Pour creer les ADAPTER de GeneralFitData cmv 27/7/99
|
File size:
722 bytes
|
Line | |
---|
1 | // Cette classe est maintenant obsolete: generaldata <==> ntuple pour le dessin
|
---|
2 |
|
---|
3 | #ifndef PIGFD1_H
|
---|
4 | #define PIGFD1_H
|
---|
5 |
|
---|
6 | #include "generaldata.h"
|
---|
7 | #include "pidrawer.h"
|
---|
8 |
|
---|
9 | class PIGenFitDat : public PIDrawer {
|
---|
10 | public:
|
---|
11 | PIGenFitDat(GeneralFitData* gfd, bool ad);
|
---|
12 | virtual ~PIGenFitDat();
|
---|
13 |
|
---|
14 | virtual void Draw(PIGraphicUC* g, double xmin, double ymin, double xmax, double ymax);
|
---|
15 | virtual void UpdateLimits();
|
---|
16 |
|
---|
17 | void SelectX(int varx);
|
---|
18 | void SelectErrBar(bool erbx,bool erby);
|
---|
19 |
|
---|
20 | protected:
|
---|
21 | GeneralFitData* mGFD;
|
---|
22 | bool mAdDO;
|
---|
23 | int VarX; // numero de variable X ds le GeneralFitData
|
---|
24 | bool ErrX,ErrY; // Erreur en X et Y ?
|
---|
25 | };
|
---|
26 |
|
---|
27 | #endif
|
---|
28 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.