Ignore:
Timestamp:
08/23/04 15:42:56 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MArrivalTime.h

    r4577 r4714  
    4141
    4242    Double_t operator[](int i) { return fData[i]; }
    43     Double_t operator()(int i) { return fDataErr[i]; }   
     43
     44    // Do not do such things! It is highly dangerous to use two very similar operators
     45    // to do completely different things! People won't recognize it...
     46    //Double_t operator()(int i) { return fDataErr[i]; }
    4447
    4548    Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const;
    4649    void DrawPixelContent(Int_t num) const;
    4750
    48      ClassDef(MArrivalTime, 0)    // class for an event containing the arrival times
     51     ClassDef(MArrivalTime, 1)    // class for an event containing the arrival times
    4952};
    5053
Note: See TracChangeset for help on using the changeset viewer.