Parent Directory
|
Revision Log
|
Patch
| revision 34699, Mon Aug 2 14:17:26 2010 UTC | revision 35388, Fri Sep 17 17:39:17 2010 UTC | |
|---|---|---|
| # | Line 559 | Line 559 |
| 559 | Int_t npp; | Int_t npp; |
| 560 | while ((g = (TGraph*) next())) { | while ((g = (TGraph*) next())) { |
| 561 | px=g->GetX(); | px=g->GetX(); |
| py=g->GetY(); | ||
| 562 | npp=g->GetN(); | npp=g->GetN(); |
| 563 | for (bin=0; bin<npp; bin++){ | for (bin=0; bin<npp; bin++){ |
| 564 | xk=px[bin]; | xk=px[bin]; |
|
||||||||
| Subversion Admin | ViewVC Help |
| Powered by ViewVC 1.0.9 |