Ignore:
Timestamp:
08/01/02 15:22:34 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfileio/MReadMarsFile.cc

    r1381 r1472  
    5050// --------------------------------------------------------------------------
    5151//
     52//  Default constructor. Don't use it.
     53//
     54MReadMarsFile::MReadMarsFile() : fRun(NULL)
     55{
     56    fName  = "MReadMarsFile";
     57    fTitle = "Task to loop over all events in a tree of a Mars file.";
     58}
     59
     60// --------------------------------------------------------------------------
     61//
    5262//  Default constructor. It creates a MReadTree object to read the
    5363//  RunHeaders and disables Auto Scheme for this tree.
Note: See TracChangeset for help on using the changeset viewer.