Changeset 18041 for trunk/Mars/mjoptim
- Timestamp:
- 12/20/14 14:32:50 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mjoptim/MJOptimizeDisp.cc
r8679 r18041 69 69 // parameters 70 70 #include "MParameters.h" 71 #include "MGeomCam Magic.h"71 #include "MGeomCamFACT.h" 72 72 73 73 // histograms … … 124 124 125 125 // To avoid this hard-coded we have to switch to MReadMarsFile 126 MGeomCam Magicgeom; // For GetConvMm2Deg126 MGeomCamFACT geom; // For GetConvMm2Deg 127 127 parlist.AddToList(&geom); 128 128 … … 202 202 if (weights) 203 203 tasklist.AddToList(weights); 204 tasklist.AddToList(&fill);205 tasklist.AddToList(&fillh2);204 //tasklist.AddToList(&fill); 205 //tasklist.AddToList(&fillh2); 206 206 tasklist.AddToList(&eval); 207 207 … … 214 214 *fLog << "Finished processing of " << fname << endl; 215 215 *fLog << "With Rule: " << rule << endl; 216 hist.GetAlphaFitter().Print("result");216 //hist.GetAlphaFitter().Print("result"); 217 217 218 218 // Store result if requested
Note:
See TracChangeset
for help on using the changeset viewer.