Changeset 4557
- Timestamp:
- 08/10/04 11:28:03 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mtemp/mifae/library
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mifae/library/MIslandCalc.cc
r4555 r4557 259 259 for(Int_t idx=0 ; idx<nPix ; idx++) 260 260 { 261 261 // cout << idx << endl; 262 262 MCerPhotPix *pix = fEvt->GetPixById(idx); 263 if(!pix) continue; 263 264 const MGeomPix &gpix2 = (*fCam)[pix->GetPixId()]; 264 265 const MPedestalPix &ped = (*fPed)[idx]; … … 266 267 const Float_t nphot = pix->GetNumPhotons(); 267 268 268 if (pix == NULL) break;269 // if (pix == NULL) break; 269 270 270 271 if (vect[i][idx]==1){ … … 346 347 { 347 348 MCerPhotPix *pix = fEvt->GetPixById(idx); 349 if(!pix) continue; 348 350 const MGeomPix &gpix3 = (*fCam)[pix->GetPixId()]; 349 351 const Float_t nphot = pix->GetNumPhotons(); 350 352 351 if (pix == NULL) break;353 // if (pix == NULL) break; 352 354 353 355 if (vect[1][idx]==1){ -
trunk/MagicSoft/Mars/mtemp/mifae/library/MIslands.cc
r4555 r4557 52 52 // Print the island parameters to *fLog 53 53 // 54 void MIslands::Print(Option_t *opt =NULL) const54 void MIslands::Print(Option_t *opt) const 55 55 { 56 56 *fLog << all;
Note:
See TracChangeset
for help on using the changeset viewer.