Ignore:
Timestamp:
02/21/03 14:09:33 (22 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1767 r1781  
    5757// Default constructor.
    5858//
    59 MSelFinal::MSelFinal(const MHillas *parhil, const MHillasSrc *parhilsrc,
    60                            const char *name, const char *title)
     59MSelFinal::MSelFinal(MHillas *parhil, MHillasSrc *parhilsrc,
     60                     const char *name, const char *title)
    6161{
    6262    fName  = name  ? name  : "MSelFinal";
     
    131131    if ( h>0.5  ||  modalpha > alphacut )
    132132    {
    133       *fLog << "MSelFinal::Process; h, alpha = " << h << ",  "
    134             << fHilsrc->GetAlpha() << endl;
     133      //*fLog << "MSelFinal::Process; h, alpha = " << h << ",  "
     134      //      << fHilsrc->GetAlpha() << endl;
    135135      rc = 1;
    136136    }   
Note: See TracChangeset for help on using the changeset viewer.