Changeset 969 for trunk/MagicSoft


Ignore:
Timestamp:
10/16/01 16:40:35 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

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

    r961 r969  
    2828    void SetWriteFlag() { fWriteFlag = kTRUE; }
    2929    void DelWriteFlag() { fWriteFlag = kFALSE; }
     30
     31    ClassDef(MRootFileTree, 0)  // Storage container for MWriteRootFile to store Tree informations
    3032};
    3133
     
    6870    void SetTree(MRootFileTree *tree) { fTree = tree; }
    6971
     72    ClassDef(MRootFileBranch, 0) // Storage container for MWriteRootFile to store TBranch informations
    7073};
    7174
  • trunk/MagicSoft/Mars/merpp.cc

    r966 r969  
    5050        gLog << "     input file:   Magic DAQ binary file." << endl;
    5151        gLog << "     ouput file:   Merpped root file." << endl;
    52         gLog << "     compr. level: 1..9 [9]" << endl << ednl;
     52        gLog << "     compr. level: 1..9 [9]" << endl << endl;
    5353        return -1;
    5454    }
     
    9292    MTaskList tasks;
    9393    plist.AddToList(&tasks);
    94 /*
     94
     95    //
     96    // ---- Tho following is only necessary to supress some output ----
     97    //
    9598    MRawRunHeader runheader;
    9699    plist.AddToList(&runheader);
     
    107110    MTime evttime("MRawEvtTime");
    108111    plist.AddToList(&evttime);
    109 */
     112
    110113    //
    111114    // create the tasks which should be executed and add them to the list
Note: See TracChangeset for help on using the changeset viewer.