Ignore:
Timestamp:
04/20/03 12:51:47 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mimage/MNewImagePar.cc

    r1940 r1966  
    7272                          const MHillas *hillas)
    7373{
    74     //fHillas = (MHillas*)hillas;
    75 
    7674    const UInt_t npixevt = evt.GetNumPixels();
    7775
    78     Double_t edgepix1 = 0.0;
    79     Double_t edgepix2 = 0.0;
     76    Double_t edgepix1 = 0;
     77    Double_t edgepix2 = 0;
    8078
    8179    for (UInt_t i=0; i<npixevt; i++)
     
    8785        const MGeomPix &gpix = geom[pix.GetPixId()];
    8886
    89         Double_t nphot = pix.GetNumPhotons();                       
     87        const Double_t nphot = pix.GetNumPhotons();
    9088
    9189        // count photons in outer rings of camera
Note: See TracChangeset for help on using the changeset viewer.