Ignore:
Timestamp:
03/08/16 13:27:31 (9 years ago)
Author:
ftemme
Message:
Added an additional mirrortag, so that the information which mirror was hit is not lost later in the process
File:
1 edited

Legend:

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

    r10090 r18449  
    532532        dat->SetDirection(w);
    533533
     534        // FTemme: As dat.fTag is later changed from mirror ID to pixel ID, here
     535        // also dat.fMirrorTag is set to num:
     536        dat->SetMirrorTag(num);
     537
    534538        (*fMirror3)[cnt[3]++] = *dat;
    535539        //*static_cast<MPhotonData*>(cpy3.UncheckedAt(cnt[3]++)) = *dat;
Note: See TracChangeset for help on using the changeset viewer.