Ignore:
Timestamp:
03/02/07 23:25:59 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/manalysis
Files:
2 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 
Note: See TracChangeset for help on using the changeset viewer.