Changeset 9941 for trunk/Mars/msim/MPhotonEvent.h
- Timestamp:
- 09/24/10 15:35:55 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/msim/MPhotonEvent.h
r9937 r9941 39 39 Double_t GetMeanX() const; 40 40 Double_t GetMeanY() const; 41 Double_t GetMeanT() const; 41 42 42 43 TClonesArray &GetArray() { return fData; } … … 54 55 Int_t Shrink(Int_t n); 55 56 void Resize(Int_t n); 57 58 void AddXY(Double_t x, Double_t y); 59 void SimWavelength(Float_t wmin, Float_t wmax); 56 60 57 61 // I/O
Note:
See TracChangeset
for help on using the changeset viewer.