Ignore:
Timestamp:
09/12/04 23:00:56 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MHPedestalCam.cc

    r4947 r4964  
    129129    : fExtractHiGainSlices(0.), fExtractLoGainSlices(0.)
    130130{
    131     fName  = name  ? name  : "MHPedestalCam";
    132     fTitle = title ? title : "";
    133 
    134     SetPulserFrequency(1200);
    135     SetRenorm();
     131
     132  fName  = name  ? name  : "MHPedestalCam";
     133  fTitle = title ? title : "";
     134 
     135  SetPulserFrequency(1200);
     136  SetRenorm();
     137
    136138}
    137139
     
    379381    }
    380382 
     383 
     384
    381385  const UInt_t npixels  = fGeom->GetNumPixels();
    382386  const UInt_t nareas   = fGeom->GetNumAreas();
Note: See TracChangeset for help on using the changeset viewer.