Changeset 8354


Ignore:
Timestamp:
03/02/07 23:25:59 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MMcCalibrationUpdate.cc

    r8274 r8354  
    153153    // If it is no MC file skip this function...
    154154    //
     155    fGeom = 0;
    155156    if (!CheckRunType(pList))
    156157    {
     
    384385Int_t MMcCalibrationUpdate::Process()
    385386{
     387    // This is the case it is no MC file...
     388    if (!fGeom)
     389        return kTRUE;
     390
    386391    const Int_t num = fCalCam->GetSize();
    387392
  • trunk/MagicSoft/Mars/manalysis/MMcCalibrationUpdate.h

    r7005 r8354  
    1616class MMcFadcHeader;
    1717class MExtractedSignalCam;
    18 
    19 #include "MCalibrateData.h"
    2018
    2119class MMcCalibrationUpdate : public MTask
     
    7169
    7270#endif
    73 
    74 
    75 
    76 
    77 
    78 
  • trunk/MagicSoft/Mars/mextralgo/MExtralgoSpline.h

    r8316 r8354  
    66#endif
    77
    8 #include <iostream>
    98class TComplex;
    109
     
    324323            xmax = xmax3;
    325324        }
    326 */    }
     325        */
     326    }
    327327
    328328    inline Bool_t GetMax(Int_t i, Float_t &xmax, Float_t &ymax, Float_t min=0, Float_t max=1) const
Note: See TracChangeset for help on using the changeset viewer.