Changeset 5436 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
11/19/04 15:08:31 (20 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5432 r5436  
    10081008            << l << ";  NevA, NevB = " << suma << ",  " << sumb << endl;
    10091009
     1010      // clear the corresponding area of fHSigmaTheta
     1011      for (Int_t j=1; j<=nbinssig; j++)
     1012      {
     1013        Double_t a = 0.0;
     1014        hM->SetBinContent(l, j, a);
     1015
     1016        //*fLog << "MPad::MergeABC; l, j, a = " << l << ",  " << j << ",  "
     1017        //      << a << endl;
     1018      }
     1019
    10101020      // go to next theta bin (l)
    10111021      continue;
Note: See TracChangeset for help on using the changeset viewer.