Changeset 5336 for trunk/MagicSoft/Simulation/Detector/ReflectorII/header.c
- Timestamp:
- 11/03/04 14:42:15 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/ReflectorII/header.c
r1535 r5336 12 12 memcpy(r,c,154*sizeof(float)); 13 13 14 if (is_Fixed_Target) // <- Added in September 2002, AM15 {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 200221 else22 {23 r->telescopePhi = cheadp->Phi;24 r->telescopeTheta = cheadp->Theta;25 }26 14 } /* end of TranslateHeader */ 27 15
Note:
See TracChangeset
for help on using the changeset viewer.