Changeset 7377 for trunk/MagicSoft/Mars/mbadpixels
- Timestamp:
- 09/30/05 19:02:13 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.cc
r7376 r7377 467 467 for (Int_t j=0; j<cnt; j++) 468 468 { 469 const Double_t tm1 = time[j]; 470 const Double_t tm2 = time[(j+1)%cnt]; 469 const Double_t tm1 = time[j]; // time of one neighbor pixel 470 const Double_t tm2 = time[(j+1)%cnt]; // time of its neighbor pixel 471 471 472 472 // Calculate mean arrival time of pixel probably inside the shower … … 493 493 { 494 494 sum2 = gRandom->Uniform(max-min)+min; // FIXME? Set Seed value? 495 496 // Proceed with a treatment of the signal of empty pixels 497 // better than the interpolation. (FIXME: Maybe a function 498 // different from a gaussian could be a better choice...) 495 499 if (fPedPhot1 && fPedPhot2) 496 500 {
Note:
See TracChangeset
for help on using the changeset viewer.