Changeset 339 in Sophya for trunk/SophyaPI/PIext/pigfd2.cc
- Timestamp:
- Jul 27, 1999, 12:17:12 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pigfd2.cc
r205 r339 1 // Cette classe est maintenant obsolete: generaldata <==> ntuple pour le dessin 2 1 3 #include <stdio.h> 2 4 #include "pigfd2.h" … … 41 43 if(VarX<0 || VarY<0) return; 42 44 double xmin=9.e19, xmax=-9.e19, ymin=9.e19, ymax=-9.e19, zmin=9.e19, zmax=-9.e19; 43 mGFD->GetM inMax(10*VarX+2,xmin,xmax);44 mGFD->GetM inMax(10*VarY+2,ymin,ymax);45 mGFD->GetM inMax(0,zmin, zmax);45 mGFD->GetMnMx(10*VarX+2,xmin,xmax); 46 mGFD->GetMnMx(10*VarY+2,ymin,ymax); 47 mGFD->GetMnMx(0,zmin, zmax); 46 48 if(xmax<=xmin) xmax = xmin+1.; 47 49 if(ymax<=ymin) ymax = ymin+1.; … … 103 105 return; 104 106 } 107
Note:
See TracChangeset
for help on using the changeset viewer.