Ignore:
Timestamp:
11/14/01 15:06:39 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1018 r1077  
    9494void MHillas::Print(Option_t *) const
    9595{
    96     *fLog << "Hillas Parameter:" << endl;
    97     *fLog << " - Alpha  = " << fabs(fAlpha) << "°"    << endl;
     96    *fLog << "Hillas Parameter: " << GetDescriptor() << endl;
     97    *fLog << " - Alpha  = " << fabs(fAlpha) << " deg" << endl;
    9898    *fLog << " - Width  = " << fWidth  << " mm"       << endl;
    9999    *fLog << " - Length = " << fLength << " mm"       << endl;
Note: See TracChangeset for help on using the changeset viewer.