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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MWriteRootFile.cc

    r1076 r1080  
    1616!
    1717!
    18 !   Author(s): Thomas Bretz  06/2001 (tbretz@uni-sw.gwdg.de)
     18!   Author(s): Thomas Bretz  06/2001 <mailto:tbretz@uni-sw.gwdg.de>
    1919!
    2020!   Copyright: MAGIC Software Development, 2000-2001
     
    3131// To understand how it works, see base class MWriteFile                   //
    3232//                                                                         //
     33// Warning: Checkout the Warning in MTaskList.                             //
     34//                                                                         //
    3335/////////////////////////////////////////////////////////////////////////////
    3436
     
    116118void MWriteRootFile::Print(Option_t *) const
    117119{
    118     cout << "File: " << GetFileName() << dec << endl;
    119     cout << "--------------------------------------------------" << endl;
     120    cout << all << " File: " << GetFileName() << endl;
     121    cout << setfill('-') << setw(strlen(GetFileName())+8) << "" << endl;
    120122
    121123    TTree *t;
Note: See TracChangeset for help on using the changeset viewer.