Changeset 19587 for trunk/Mars


Ignore:
Timestamp:
09/02/19 17:32:37 (5 years ago)
Author:
tbretz
Message:
Propagate the wavelength to the optics to allow for refraction calculation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/msimreflector/MOptics.h

    r19538 r19587  
    1717    virtual Bool_t CanHit(const MQuaternion &p) const = 0;
    1818
    19     virtual Int_t ExecuteOptics(MQuaternion &p, MQuaternion &u) const = 0;
     19    virtual Int_t ExecuteOptics(MQuaternion &p, MQuaternion &u, const Short_t &wavelength) const = 0;
    2020
    2121    virtual Bool_t IsValid() const = 0;
Note: See TracChangeset for help on using the changeset viewer.