Changeset 1966 for trunk/MagicSoft/Mars/mimage/MNewImagePar.cc
- Timestamp:
- 04/20/03 12:51:47 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MNewImagePar.cc
r1940 r1966 72 72 const MHillas *hillas) 73 73 { 74 //fHillas = (MHillas*)hillas;75 76 74 const UInt_t npixevt = evt.GetNumPixels(); 77 75 78 Double_t edgepix1 = 0 .0;79 Double_t edgepix2 = 0 .0;76 Double_t edgepix1 = 0; 77 Double_t edgepix2 = 0; 80 78 81 79 for (UInt_t i=0; i<npixevt; i++) … … 87 85 const MGeomPix &gpix = geom[pix.GetPixId()]; 88 86 89 Double_t nphot = pix.GetNumPhotons();87 const Double_t nphot = pix.GetNumPhotons(); 90 88 91 89 // count photons in outer rings of camera
Note:
See TracChangeset
for help on using the changeset viewer.