Ignore:
Timestamp:
02/20/03 15:59:35 (22 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHMatrix.cc

    r1771 r1772  
    902902   for (Int_t ir=0; ir<fNrows; ir++)   
    903903   {
    904      Int_t indref = (Int_t) (fM(ind[ir],frefcol)-ffrombin)/fdbin;
     904     Int_t indref = (Int_t) ((fM(ind[ir],frefcol)-ffrombin)/fdbin);
    905905     cumul_weight[indref] += fnormfac[indref];
    906906     if (cumul_weight[indref]>0.5)   
Note: See TracChangeset for help on using the changeset viewer.