Changeset 4423 for trunk/MagicSoft/Mars/mtemp/mifae/library
- Timestamp:
- 07/26/04 11:26:41 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mifae/library/MIslandCalc.cc
r4418 r4423 304 304 fIsl->SetSigToNoise(i,-1); 305 305 fIsl->SetTimeSpread(i,-1); 306 306 fIsl->SetMeanX(i-1, -10000); 307 fIsl->SetMeanY(i-1, -10000); 308 fIsl->SetDist(i-1, -1); 309 307 310 for(Int_t idx = 0; idx<npix; idx++) 308 311 { … … 599 602 fIsl->SetSigToNoise(i,-1); 600 603 fIsl->SetTimeSpread(i,-1); 601 604 fIsl->SetMeanX(i-1, -10000); 605 fIsl->SetMeanY(i-1, -10000); 606 fIsl->SetDist(i-1, -1); 607 602 608 for(Int_t idx = 0; idx<npix; idx++) 603 609 {
Note:
See TracChangeset
for help on using the changeset viewer.