Ignore:
Timestamp:
01/14/04 09:09:04 (21 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2255 r2798  
    5050#include "MCerPhotPix.h"
    5151
    52 #include "MPedestalCam.h"
    53 #include "MPedestalPix.h"
     52#include "MPedPhotCam.h"
     53#include "MPedPhotPix.h"
    5454
    5555ClassImp(MSigmabar);
     
    9595// determination of sector to which a respective pixel belongs
    9696//
    97 Float_t MSigmabar::Calc(const MGeomCam &geom, const MPedestalCam &ped,
     97Float_t MSigmabar::Calc(const MGeomCam &geom, const MPedPhotCam &ped,
    9898                        const MCerPhotEvt &evt)
    9999{
     
    154154
    155155        // count only those pixels which have a sigma != 0.0
    156         const Float_t sigma = ped[idx].GetPedestalRms();
     156        const Float_t sigma = ped[idx].GetRms();
    157157
    158158        if ( sigma <= 0 )
Note: See TracChangeset for help on using the changeset viewer.