Ignore:
Timestamp:
12/28/00 13:49:28 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/merpp.cc

    r454 r458  
    1717#include "MInputStreamID.h"
    1818
    19 /////////////////////////////////////////////////////////////////////////////
    20 //
    21 // This is an easy implementation of the Merging process (as compilable prog)
    22 //
    23 // at the moment it reads a binary file ("rawtest.bin") which was written
    24 // in the DAQ raw format.
    25 //
    26 // The data are stored in root container objects (classes derived from
    27 // TObject like MRawRunHeader)
    28 //
    29 // This containers are written to a root file ("rawtest.root")
    30 //
    31 /////////////////////////////////////////////////////////////////////////////
     19//////////////////////////////////////////////////////////////////////////////
     20//                                                                          //
     21// This is an easy implementation of the Merging process                    //
     22// (as compilable prog)                                                     //
     23//                                                                          //
     24// at the moment it reads a binary file ("rawtest.bin") which was written   //
     25// in the DAQ raw format.                                                   //
     26//                                                                          //
     27// The data are stored in root container objects (classes derived from      //
     28// TObject like MRawRunHeader)                                              //
     29//                                                                          //
     30// This containers are written to a root file ("rawtest.root")              //
     31//                                                                          //
     32//////////////////////////////////////////////////////////////////////////////
    3233
    3334int main(const int argc, const char **argv)
Note: See TracChangeset for help on using the changeset viewer.