Changeset 2129 for trunk/MagicSoft/Mars
- Timestamp:
- 05/21/03 14:54:06 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MPadSchweizer.cc
r2128 r2129 351 351 { 352 352 numBlind = (Int_t) (nblind->GetRandom()+0.5); 353 354 //*fLog << "numBlind = " << numBlind << endl;355 353 } 356 354 delete nblind; … … 365 363 366 364 hblind = fHBlindPixIdTheta->ProjectionY("", binPix, binPix, ""); 365 fBlinds->Clear(); 367 366 if ( hblind->GetEntries() > 0.0 ) 368 367 for (UInt_t i=0; i<numBlind; i++) … … 386 385 //*fLog << "idBlind = " << idBlind << endl; 387 386 } 387 fBlinds->SetReadyToSave(); 388 388 389 delete hblind; 389 390
Note:
See TracChangeset
for help on using the changeset viewer.