Ignore:
Timestamp:
09/06/04 08:31:05 (20 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/findTelAxisFromStars.C

    r4741 r4868  
    207207
    208208  //$$$$$$$$$$$$$$$$ ww
    209   Int_t InputType = 1;
     209  Int_t InputType = 0;
    210210  //findstars.SetUseCorrelatedGauss(kFALSE);
    211211
     
    265265  while (tlist.Process())
    266266    {
    267       gLog << "---------------------------------------------" << endl;
    268       gLog << "Macro : MStarPos content = " << endl;
    269       starcam.Print("namepossizchierr");
    270       gLog << "---------------------------------------------" << endl;
    271       gLog << "Macro : MSourcePos content = " << endl;
    272       sourcecam.Print("namepossizchierr");
    273       gLog << "---------------------------------------------" << endl;
     267      //gLog << "---------------------------------------------" << endl;
     268      //gLog << "Macro : MStarPos content = " << endl;
     269      //starcam.Print("namepossizchierr");
     270      //gLog << "---------------------------------------------" << endl;
     271      //gLog << "Macro : MSourcePos content = " << endl;
     272      //sourcecam.Print("namepossizchierr");
     273      //gLog << "---------------------------------------------" << endl;
    274274
    275275      numevents++;
     
    314314                   + source->GetYIdeal()*source->GetYIdeal() );
    315315
    316         cout << "R0, R = " << R0 << ",  " << R << endl;
     316        //cout << "R0, R = " << R0 << ",  " << R << endl;
    317317
    318318        aberr->Fill(R0, R, 1.0);
     
    345345  //$$$$$$$$$$$$$$$$ ww
    346346 
    347   gLog << "Event loop finished; call DrawClone of MHTelAxisFromStars" << endl;
    348   TObject *srccam = plist.FindObject("MSourceCam");
    349 
    350   gLog << "srccam = " << srccam << endl;
     347  //gLog << "Event loop finished; call DrawClone of MHTelAxisFromStars" << endl;
     348
     349  //TObject *srccam = plist.FindObject("MSourceCam");
     350  //gLog << "srccam = " << srccam << endl;
    351351
    352352  TObject *obj = plist.FindObject("MHTelAxisFromStars");
Note: See TracChangeset for help on using the changeset viewer.