Changeset 8276 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
01/29/07 12:53:10 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8275 r8276  
    3737     - removed badpixel calculation and treatment until a better
    3838       solution was found.
     39
     40   * mfbase/MFDataPhrase.cc:
     41     - fixed a "comparison is always true" warning
    3942
    4043
  • trunk/MagicSoft/Mars/mfbase/MFDataPhrase.cc

    r8147 r8276  
    273273Int_t MFDataPhrase::ReadEnv(const TEnv &env, TString prefix, Bool_t print)
    274274{
    275     Bool_t rc = MFilter::ReadEnv(env, prefix, print);
     275    Int_t rc = MFilter::ReadEnv(env, prefix, print);
    276276    if (rc==kERROR)
    277277        return kERROR;
  • trunk/MagicSoft/Mars/mmain/MEventDisplay.cc

    r8207 r8276  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MEventDisplay.cc,v 1.56 2006-11-02 17:44:09 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MEventDisplay.cc,v 1.57 2007-01-29 12:51:17 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    308308
    309309        MPedestalSubtract *pedsub = new MPedestalSubtract;
     310        pedsub->SetNamePedestalCam();
    310311        //MCalibrationRelTimeCalc *tcalc = new MCalibrationRelTimeCalc;
    311312
     
    328329        tlist->AddToList(calib);    // MExtractedSignalCam --> MSignalCam
    329330
    330         tlist->AddToList(bcalc);    // Produce MBadPixelsCam
    331         tlist->AddToList(btreat);   // Treat MBadPixelsCam
     331        //tlist->AddToList(bcalc);    // Produce MBadPixelsCam
     332        //tlist->AddToList(btreat);   // Treat MBadPixelsCam
    332333    }
    333334
Note: See TracChangeset for help on using the changeset viewer.