Changeset 2129 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
05/21/03 14:54:06 (22 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MPadSchweizer.cc

    r2128 r2129  
    351351  {
    352352    numBlind = (Int_t) (nblind->GetRandom()+0.5);
    353 
    354     //*fLog << "numBlind = " << numBlind << endl;
    355353  }
    356354  delete nblind;
     
    365363
    366364  hblind = fHBlindPixIdTheta->ProjectionY("", binPix, binPix, "");
     365  fBlinds->Clear();
    367366  if ( hblind->GetEntries() > 0.0 )
    368367    for (UInt_t i=0; i<numBlind; i++)
     
    386385      //*fLog << "idBlind = " << idBlind << endl;
    387386    }
     387  fBlinds->SetReadyToSave();
     388
    388389  delete hblind;
    389390
Note: See TracChangeset for help on using the changeset viewer.