Changeset 4557


Ignore:
Timestamp:
08/10/04 11:28:03 (20 years ago)
Author:
rico
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mtemp/mifae/library
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mifae/library/MIslandCalc.cc

    r4555 r4557  
    259259      for(Int_t idx=0 ; idx<nPix ; idx++)
    260260        {
    261          
     261          //      cout << idx << endl;
    262262          MCerPhotPix *pix = fEvt->GetPixById(idx);
     263          if(!pix) continue;
    263264          const MGeomPix &gpix2 = (*fCam)[pix->GetPixId()];
    264265          const MPedestalPix &ped  = (*fPed)[idx];
     
    266267          const Float_t nphot = pix->GetNumPhotons();
    267268
    268           if (pix == NULL) break;
     269          //      if (pix == NULL) break;
    269270           
    270271          if (vect[i][idx]==1){
     
    346347    {
    347348      MCerPhotPix *pix = fEvt->GetPixById(idx);
     349      if(!pix) continue;
    348350      const MGeomPix &gpix3 = (*fCam)[pix->GetPixId()];
    349351      const Float_t nphot = pix->GetNumPhotons();
    350352     
    351       if (pix == NULL) break;
     353      //      if (pix == NULL) break;
    352354     
    353355      if (vect[1][idx]==1){
  • trunk/MagicSoft/Mars/mtemp/mifae/library/MIslands.cc

    r4555 r4557  
    5252// Print the island parameters to *fLog
    5353//
    54 void MIslands::Print(Option_t *opt=NULL) const
     54void MIslands::Print(Option_t *opt) const
    5555{
    5656    *fLog << all;
Note: See TracChangeset for help on using the changeset viewer.