Ignore:
Timestamp:
07/15/07 19:25:45 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjoptim/MJOptimizeDisp.cc

    r8223 r8636  
    117117    parlist.AddToList(&fit);
    118118
     119    // To avoid this hard-coded we have to switch to MReadMarsFile
    119120    MGeomCamMagic geom; // For GetConvMm2Deg
    120121    parlist.AddToList(&geom);
     
    125126
    126127    const Int_t num1 = m.AddColumn("MHillasSrc.fDist*MGeomCam.fConvMm2Deg");
    127     const Int_t num2 = m.AddColumn("MHillasSrc.fAlpha*kDegToRad");
     128    const Int_t num2 = m.AddColumn("MHillasSrc.fAlpha*TMath::DegToRad()");
    128129    const Int_t num3 = m.AddColumn("MHillas.fSize");
    129130
     
    202203
    203204    // Print the result
    204     *fLog << inf << "Finished processing of " << fname << endl;
    205     *fLog << inf << "With Rule: " << rule << endl;
     205    *fLog << inf;
     206    *fLog << "Finished processing of " << fname << endl;
     207    *fLog << "With Rule: " << rule << endl;
    206208    hist.GetAlphaFitter().Print("result");
    207209
Note: See TracChangeset for help on using the changeset viewer.