Changeset 4423
- Timestamp:
- 07/26/04 11:26:41 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mtemp/mifae
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mifae/Changelog
r4419 r4423 19 19 -*-*- END OF LINE -*-*- 20 20 21 2004/07/26 Ester Aliu Fuste 22 * library/MIslandCalc.cc 23 - Add the initialization of Dist(to -1) and MeanX/MeanY (to -10000) vectors 21 24 22 25 2004/07/22 Oscar Blanch Bigas -
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.