Changeset 1473 for trunk/MagicSoft


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

Legend:

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

    r1471 r1473  
    5050//  the progress graphically...                                             //
    5151//                                                                          //
     52//                                                                          //
     53// You can create a macro from a completely setup eventloop by:             //
     54//   ofstream fout("mymacro.C");                                            //
     55//   evtloop.SavePrimitive(fout);                                           //
     56//                                                                          //
     57// You will always need to check the macro, it will not run, but it         //
     58// should have al important information.                                    //
     59//                                                                          //
     60//                                                                          //
     61// You can also write all this information to a root file:                  //
     62//   TFile file("myfile.root");                                             //
     63//   evtloop.Write("MyEvtloopKey");                                         //
     64//                                                                          //
     65// You can afterwards read the information from an open file by:            //
     66//   evtloop.Read("MyEvtloopKey");                                          //
     67//                                                                          //
     68// To lookup the information write it to a file using SavePrimite           //
    5269//                                                                          //
    5370//////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.