Changeset 1771 for trunk/MagicSoft/Mars
- Timestamp:
- 02/20/03 15:44:28 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MPadSchweizer.h
r1770 r1771 28 28 { 29 29 private: 30 constMGeomCam *fCam;30 MGeomCam *fCam; 31 31 MCerPhotEvt *fEvt; 32 32 MSigmabar *fSigmabar; -
trunk/MagicSoft/Mars/mhist/MHMatrix.cc
r1762 r1771 736 736 Int_t fNrows = fM.GetNrows(); 737 737 Int_t fNcols = fM.GetNcols(); 738 Int_t fColLwb = fM.GetColLwb();739 Int_t fRowLwb = fM.GetRowLwb();740 738 741 739 // print characteristics 742 740 // 741 //Int_t fColLwb = fM.GetColLwb(); 742 //Int_t fRowLwb = fM.GetRowLwb(); 743 743 //*fLog << "MHMatrix::CalcNormFactors; Event matrix (input): " << endl; 744 744 //*fLog << " fNrows, fNcols, fColLwb, fRowLwb = " << fNrows << ", " … … 902 902 for (Int_t ir=0; ir<fNrows; ir++) 903 903 { 904 Int_t indref =(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.