Changeset 1772
- Timestamp:
- 02/20/03 15:59:35 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MPadSchweizer.cc
r1770 r1772 378 378 // - and for which the no.of photons is != 0.0 379 379 // 380 Double_t Sig ;381 Double_t Sigma2 ;382 Double_t Diff ;383 Double_t addSig2 ;384 Double_t elNoise2Pix ;380 Double_t Sig = 0.0; 381 Double_t Sigma2 = 0.0; 382 Double_t Diff = 0.0; 383 Double_t addSig2 = 0.0; 384 Double_t elNoise2Pix = 0.0; 385 385 386 386 -
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.