Changeset 9376


Ignore:
Timestamp:
03/02/09 15:17:31 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9375 r9376  
    4141     mgeom/MGeomCam.cc, mhcalib/MHCalibrationCam.cc,
    4242     mhcalib/MHCalibrationChargeCam.cc,  msignal/MSignalCam.cc,
    43      mhcalib/MHCalibrationPulseTimeCam.cc,
     43     mhcalib/MHCalibrationPulseTimeCam.cc, mpointing/MPointingPos.h,
    4444     mhcalib/MHCalibrationRelTimeCam.cc, mhft/MHexagonalFTCalc.cc,
    4545     mhist/MHCamera.cc, mimage/MHillas.cc, mimage/MNewImagePar.cc,
    4646     mjobs/MJCut.cc, mjobs/MJSimulation.cc, mpedestal/MPedPhotCam.cc,
    47      mpedestal/MExtractPedestal.cc, mpointing/MPointingPos.h,
    48      mpedestal/MPedestalCam.cc, msimcamera/MSimGeomCam.cc,
    49      msimcamera/MSimRandomPhotons.cc:
     47     mpedestal/MExtractPedestal.cc, mpedestal/MPedestalCam.cc,
     48     msimcamera/MSimGeomCam.cc, msimcamera/MSimRandomPhotons.cc:
    5049     - replaced MGeomPix by MGeom
    5150
  • trunk/MagicSoft/Mars/mmuon/MMuonSearchPar.cc

    r8957 r9376  
    323323void MMuonSearchPar::Paint(Option_t *opt)
    324324{
    325     if (fRadius<180 || fRadius>400 || fDeviation>45)
    326         return;
     325    //if (fRadius<180 || fRadius>400 || fDeviation>45)
     326    //    return;
    327327
    328328    TEllipse e1(fCenterX, fCenterY, fRadius-fDeviation, fRadius-fDeviation);
Note: See TracChangeset for help on using the changeset viewer.