Changeset 3363 for trunk/MagicSoft
- Timestamp:
- 03/01/04 06:20:30 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/ONOFFAnalysis.C
r3339 r3363 703 703 //} 704 704 MSourcePosfromStarPos sourcefromstar; 705 sourcefromstar.SetSourceAndStarPosition("Crab", 22, 0, 52, 5, 34, 32, 705 if (typeInput == "ON") 706 { 707 sourcefromstar.SetSourceAndStarPosition("Crab", 22, 0, 52, 5, 34, 32, 706 708 "Zeta-Tau", 21, 8, 33, 5, 37, 38.7); 707 if (typeInput == "ON")708 709 sourcefromstar.AddFile("~wittek/datacrab_26feb04/positionsOn.4.txt", 0); 710 } 709 711 else if (typeInput == "OFF") 710 712 sourcefromstar.AddFile("~wittek/datacrab_26feb04/positionsOff.txt", 0);
Note:
See TracChangeset
for help on using the changeset viewer.