Changeset 11778 for trunk/FACT++/gui
- Timestamp:
- 08/04/11 20:51:44 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r11765 r11778 170 170 // calculate the positions of the pixel corners 171 171 // 172 Double_t x[7], y[7];172 static Double_t x[7], y[7]; 173 173 for (Int_t i=0; i<7; i++) 174 174 { … … 179 179 gPad->PaintFillArea(6, x, y); 180 180 gPad->PaintPolyLine(7, x, y); 181 182 181 } 183 182 … … 1320 1319 if (h->GetMaximumStored()==-1111) 1321 1320 { 1322 h->SetMaximum(2 550);//1025);1323 hf->SetMaximum(2 550);//1025);1321 h->SetMaximum(2150);//1025); 1322 hf->SetMaximum(2150);//1025); 1324 1323 } 1325 1324 } … … 1429 1428 return; 1430 1429 1431 //static int cnt=0;1432 //if (cnt++%10>0)1433 //return;1430 static int cnt=0; 1431 if (cnt++%10>0) 1432 return; 1434 1433 1435 1434 const float *ptr = d.ptr<float>(); … … 1461 1460 c->GetPad(1)->Modified(); 1462 1461 c->GetPad(2)->Modified(); 1463 c->GetPad(3)->Modified();1464 c->GetPad(4)->Modified();1462 // c->GetPad(3)->Modified(); 1463 // c->GetPad(4)->Modified(); 1465 1464 1466 1465 c->Update();
Note:
See TracChangeset
for help on using the changeset viewer.