Changeset 3363 for trunk


Ignore:
Timestamp:
03/01/04 06:20:30 (21 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/ONOFFAnalysis.C

    r3339 r3363  
    703703    //}
    704704    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,
    706708                                        "Zeta-Tau", 21, 8, 33, 5, 37, 38.7);
    707     if (typeInput == "ON")
    708709      sourcefromstar.AddFile("~wittek/datacrab_26feb04/positionsOn.4.txt", 0);
     710    }
    709711    else if (typeInput == "OFF")
    710712      sourcefromstar.AddFile("~wittek/datacrab_26feb04/positionsOff.txt", 0);
Note: See TracChangeset for help on using the changeset viewer.