Ignore:
Timestamp:
11/15/01 12:17:20 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/manalysis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MCerPhotEvt.h

    r1051 r1083  
    2424    void   InitSize(UInt_t num) { fPixels->Expand(num); }
    2525
    26     void   AddPixel(Int_t id, Float_t nph, Float_t err)
     26    void   AddPixel(Int_t id, Float_t nph, Float_t er)
    2727    {
    28         new ((*fPixels)[fNumPixels++]) MCerPhotPix(id, nph, err);
     28        new ((*fPixels)[fNumPixels++]) MCerPhotPix(id, nph, er);
    2929    }
    3030
  • trunk/MagicSoft/Mars/manalysis/MImgCleanStd.h

    r1076 r1083  
    3333    Bool_t Process();
    3434
     35    void Print(Option_t *o="") const;
     36
    3537    Bool_t ProcessMessage(Int_t msg, Int_t submsg, Long_t param1, Long_t param2);
    3638
Note: See TracChangeset for help on using the changeset viewer.