Ignore:
Timestamp:
09/01/04 18:06:06 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mimage
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mimage/MHHillasSrc.cc

    r4817 r4826  
    7373    fDist  = new TH1F("Dist",  "Dist of Ellipse",                 100,   0, 445);
    7474    fCosDA = new TH1F("CosDA", "cos(Delta,Alpha) of Ellipse",     101,  -1,   1);
    75     fDCA   = new TH1F("DCA",   "Distance of closest aproach",     101,  -1,   1);
    76     fDCADelta  = new TH1F("DCADelta", "Angle between shower and x-axis", 101,   0, 360);
     75    fDCA   = new TH1F("DCA",   "Distance of closest aproach",     101,  -500,   500);
     76    fDCADelta = new TH1F("DCADelta", "Angle between shower and x-axis", 101,   0, 360);
    7777
    7878    fAlpha->SetDirectory(NULL);
     
    132132    ApplyBinning(*plist, "Dist",     fDist);
    133133    ApplyBinning(*plist, "DCA",      fDCA);
    134     ApplyBinning(*plist, "DCADelta",     fDCADelta);
     134    ApplyBinning(*plist, "DCADelta", fDCADelta);
    135135
    136136    return kTRUE;
     
    203203
    204204    fDist->SetXTitle(mmscale ? "Dist [mm]" : "Dist [\\circ]");
    205     fDCA->SetXTitle(mmscale ? "DCA [mm]" : "DCA [\\circ]");
     205    fDCA ->SetXTitle(mmscale ? "DCA [mm]" : "DCA [\\circ]");
    206206
    207207    fUseMmScale = mmscale;
  • trunk/MagicSoft/Mars/mimage/MHillas.cc

    r4710 r4826  
    6060#include "MHillas.h"
    6161
    62 #include <fstream>
    63 
    6462#include <TArrayF.h>
    6563#include <TEllipse.h>
  • trunk/MagicSoft/Mars/mimage/MHillasExt.cc

    r4710 r4826  
    6363#include "MHillasExt.h"
    6464
    65 #include <fstream>
    6665#include <TArrayF.h>
    6766
  • trunk/MagicSoft/Mars/mimage/MHillasSrc.cc

    r4817 r4826  
    6969#include "MHillasSrc.h"
    7070
    71 #include <fstream>
    7271#include <TArrayF.h>
    7372
     
    9998
    10099    fDCA           = -1;
    101     fDCADelta          =  0;
     100    fDCADelta      =  0;
    102101}
    103102
  • trunk/MagicSoft/Mars/mimage/MImagePar.cc

    r4710 r4826  
    3636/////////////////////////////////////////////////////////////////////////////
    3737#include "MImagePar.h"
    38 
    39 #include <fstream>
    4038
    4139#include "MLog.h"
  • trunk/MagicSoft/Mars/mimage/MImgCleanStd.cc

    r4717 r4826  
    605605
    606606#ifdef DEBUG
    607         *fLog << all << "Calc Islands" << endl;
     607    *fLog << all << "Calc Islands" << endl;
    608608#endif
    609609    // Takes roughly 10% of the time
  • trunk/MagicSoft/Mars/mimage/MNewImagePar.cc

    r4710 r4826  
    6969#include "MNewImagePar.h"
    7070
    71 #include <fstream>
    72 
    7371#include "MLog.h"
    7472#include "MLogManip.h"
Note: See TracChangeset for help on using the changeset viewer.