Ignore:
Timestamp:
03/02/09 15:17:31 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.