Changeset 8636 for trunk/MagicSoft/Mars/mjoptim/MJOptimizeDisp.cc
- Timestamp:
- 07/15/07 19:25:45 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjoptim/MJOptimizeDisp.cc
r8223 r8636 117 117 parlist.AddToList(&fit); 118 118 119 // To avoid this hard-coded we have to switch to MReadMarsFile 119 120 MGeomCamMagic geom; // For GetConvMm2Deg 120 121 parlist.AddToList(&geom); … … 125 126 126 127 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()"); 128 129 const Int_t num3 = m.AddColumn("MHillas.fSize"); 129 130 … … 202 203 203 204 // 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; 206 208 hist.GetAlphaFitter().Print("result"); 207 209
Note:
See TracChangeset
for help on using the changeset viewer.