Ignore:
Timestamp:
12/06/05 14:24:59 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcamera/MCameraHV.h

    r7202 r7444  
    4848    Float_t GetMean() const { return fHV.GetSum()/fHV.GetSize(); }
    4949
     50    Double_t operator[](const UInt_t idx) { return fHV[idx]; }
     51
     52    void   DrawPixelContent(Int_t num) const { }
    5053    Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const
    5154    {
     
    5457    }
    5558
    56     Double_t operator[](const UInt_t idx) { return fHV[idx]; }
    57 
    58     void DrawPixelContent(Int_t num) const
    59     {
    60     }
    61 
    6259    ClassDef(MCameraHV, 2) // Container storing information about the Camera HV
    6360};
Note: See TracChangeset for help on using the changeset viewer.