Changeset 1772 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 02/20/03 15:59:35 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHMatrix.cc
r1771 r1772 902 902 for (Int_t ir=0; ir<fNrows; ir++) 903 903 { 904 Int_t indref = (Int_t) ( fM(ind[ir],frefcol)-ffrombin)/fdbin;904 Int_t indref = (Int_t) ((fM(ind[ir],frefcol)-ffrombin)/fdbin); 905 905 cumul_weight[indref] += fnormfac[indref]; 906 906 if (cumul_weight[indref]>0.5)
Note:
See TracChangeset
for help on using the changeset viewer.