Ignore:
Timestamp:
09/24/10 15:35:55 (14 years ago)
Author:
tbretz
Message:
Implemented reading of a single telescope from an eventio file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/msim/MPhotonEvent.h

    r9937 r9941  
    3939    Double_t GetMeanX() const;
    4040    Double_t GetMeanY() const;
     41    Double_t GetMeanT() const;
    4142
    4243    TClonesArray &GetArray() { return fData; }
     
    5455    Int_t Shrink(Int_t n);
    5556    void Resize(Int_t n);
     57
     58    void AddXY(Double_t x, Double_t y);
     59    void SimWavelength(Float_t wmin, Float_t wmax);
    5660
    5761    // I/O
Note: See TracChangeset for help on using the changeset viewer.