Ignore:
Timestamp:
12/20/14 14:32:50 (10 years ago)
Author:
tbretz
Message:
Removed obsolete plots; replaces Magic camera by FACT camera.
File:
1 edited

Legend:

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

    r8679 r18041  
    6969// parameters
    7070#include "MParameters.h"
    71 #include "MGeomCamMagic.h"
     71#include "MGeomCamFACT.h"
    7272
    7373// histograms
     
    124124
    125125    // To avoid this hard-coded we have to switch to MReadMarsFile
    126     MGeomCamMagic geom; // For GetConvMm2Deg
     126    MGeomCamFACT geom; // For GetConvMm2Deg
    127127    parlist.AddToList(&geom);
    128128
     
    202202    if (weights)
    203203        tasklist.AddToList(weights);
    204     tasklist.AddToList(&fill);
    205     tasklist.AddToList(&fillh2);
     204    //tasklist.AddToList(&fill);
     205    //tasklist.AddToList(&fillh2);
    206206    tasklist.AddToList(&eval);
    207207
     
    214214    *fLog << "Finished processing of " << fname << endl;
    215215    *fLog << "With Rule: " << rule << endl;
    216     hist.GetAlphaFitter().Print("result");
     216    //hist.GetAlphaFitter().Print("result");
    217217
    218218    // Store result if requested
Note: See TracChangeset for help on using the changeset viewer.