Ignore:
Timestamp:
08/26/08 12:11:32 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/cosy.cc

    r8875 r9132  
    9292    const Bool_t  kDebugThreads = arg.HasOnlyAndRemove("--debug-threads");
    9393    const TString sps           = arg.GetStringAndRemove("--sps=", "sps");
    94     const TString ceco          = arg.GetStringAndRemove("--cc=", "ceco"); // ceco
     94    const TString ceco          = arg.GetStringAndRemove("--cc=", "161.72.130.60"); // ceco
    9595    const Int_t   ceco_tx       = arg.GetIntAndRemove("--cc-tx=", 7314);//7304);
    9696    const Int_t   ceco_rx       = arg.GetIntAndRemove("--cc-rx=", 7414);//7404);
     
    197197
    198198    MDriveCom *com = new MDriveCom(ceco, ceco_tx, ceco_rx);
     199    com->SetTelescope(2);
    199200
    200201    MCosy *cosy = new MCosy(env, com, pointing);
Note: See TracChangeset for help on using the changeset viewer.