Changeset 4423


Ignore:
Timestamp:
07/26/04 11:26:41 (20 years ago)
Author:
aliu
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mtemp/mifae
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mifae/Changelog

    r4419 r4423  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
     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
    2124
    2225  2004/07/22 Oscar Blanch Bigas
  • trunk/MagicSoft/Mars/mtemp/mifae/library/MIslandCalc.cc

    r4418 r4423  
    304304      fIsl->SetSigToNoise(i,-1);
    305305      fIsl->SetTimeSpread(i,-1);
    306    
     306      fIsl->SetMeanX(i-1, -10000);
     307      fIsl->SetMeanY(i-1, -10000);
     308      fIsl->SetDist(i-1, -1);
     309
    307310      for(Int_t idx = 0; idx<npix; idx++)
    308311        {
     
    599602      fIsl->SetSigToNoise(i,-1);
    600603      fIsl->SetTimeSpread(i,-1);
    601    
     604      fIsl->SetMeanX(i-1, -10000);
     605      fIsl->SetMeanY(i-1, -10000);
     606      fIsl->SetDist(i-1, -1);
     607 
    602608      for(Int_t idx = 0; idx<npix; idx++)
    603609        {
Note: See TracChangeset for help on using the changeset viewer.