Changeset 1781 for trunk/MagicSoft/Mars/manalysis/MSelFinal.cc
- Timestamp:
- 02/21/03 14:09:33 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MSelFinal.cc
r1767 r1781 57 57 // Default constructor. 58 58 // 59 MSelFinal::MSelFinal( const MHillas *parhil, constMHillasSrc *parhilsrc,60 59 MSelFinal::MSelFinal(MHillas *parhil, MHillasSrc *parhilsrc, 60 const char *name, const char *title) 61 61 { 62 62 fName = name ? name : "MSelFinal"; … … 131 131 if ( h>0.5 || modalpha > alphacut ) 132 132 { 133 *fLog << "MSelFinal::Process; h, alpha = " << h << ", "134 << fHilsrc->GetAlpha() << endl;133 //*fLog << "MSelFinal::Process; h, alpha = " << h << ", " 134 // << fHilsrc->GetAlpha() << endl; 135 135 rc = 1; 136 136 }
Note:
See TracChangeset
for help on using the changeset viewer.