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

Legend:

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

    r1762 r1771  
    736736   Int_t   fNrows  = fM.GetNrows();
    737737   Int_t   fNcols  = fM.GetNcols();
    738    Int_t   fColLwb = fM.GetColLwb();
    739    Int_t   fRowLwb = fM.GetRowLwb();
    740738
    741739   // print characteristics
    742740   //
     741   //Int_t   fColLwb = fM.GetColLwb();
     742   //Int_t   fRowLwb = fM.GetRowLwb();
    743743   //*fLog << "MHMatrix::CalcNormFactors; Event matrix (input): " << endl;
    744744   //*fLog << "          fNrows, fNcols, fColLwb, fRowLwb = " << fNrows << ",  "
     
    902902   for (Int_t ir=0; ir<fNrows; ir++)   
    903903   {
    904      Int_t indref= (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.