Changeset 19610 for trunk


Ignore:
Timestamp:
09/02/19 23:30:43 (5 years ago)
Author:
tbretz
Message:
Name change.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/msimreflector/MFresnelLens.cc

    r19609 r19610  
    264264
    265265    const double so    = rc / sqrt(rc*rc + F*F);
    266     const double theta = atan(so / (1-sqrt(n0*n0 - so*so)));
     266    const double alpha = atan(so / (1-sqrt(n0*n0 - so*so)));
    267267
    268268    //             theta                   peak_z
    269     const Groove g(TMath::Pi()/2 + theta, -r0*tan(theta));
     269    const Groove g(TMath::Pi()/2 + alpha, -r0*tan(alpha));
    270270
    271271    // Calculate the insersection between the ray and the cone
     
    289289    // FIXME: Surface roughness?
    290290    TVector3 norm;;
    291     norm.SetMagThetaPhi(1, theta, p.XYvector().Phi());
     291    norm.SetMagThetaPhi(1, alpha, p.XYvector().Phi());
    292292
    293293    // Apply refraction at lens entrance (change directional vector)
Note: See TracChangeset for help on using the changeset viewer.