Changeset 1473 for trunk/MagicSoft
- Timestamp:
- 08/01/02 15:33:30 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MEvtLoop.cc
r1471 r1473 50 50 // the progress graphically... // 51 51 // // 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 // 52 69 // // 53 70 //////////////////////////////////////////////////////////////////////////////
Note:
See TracChangeset
for help on using the changeset viewer.