Ignore:
Timestamp:
11/03/04 14:42:15 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/ReflectorII/header.c

    r1535 r5336  
    1212  memcpy(r,c,154*sizeof(float));
    1313
    14   if (is_Fixed_Target)  // <- Added in September 2002, AM
    15     {
    16       /* Next 2 variables added in June 2002, AM */
    17       r->telescopePhi      = fixed_Phi;
    18       r->telescopeTheta    = fixed_Theta;
    19     }
    20   // If no fixed target, telescope always points towards shower. AM Sep 2002
    21   else
    22     {
    23       r->telescopePhi      = cheadp->Phi;
    24       r->telescopeTheta    = cheadp->Theta;
    25     }
    2614} /*    end of TranslateHeader  */
    2715
Note: See TracChangeset for help on using the changeset viewer.