Changeset 6348


Ignore:
Timestamp:
02/10/05 13:59:48 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6346 r6348  
    5151     - added the possibility to set the Source position from
    5252       a resource file
     53
     54   * mjobs/MJStar.cc:
     55     - write MMcRunHeader to RunHeaders
    5356
    5457
  • trunk/MagicSoft/Mars/mfileio/MWriteRootFile.cc

    r6245 r6348  
    787787        while (1)
    788788        {
    789             //TString sub = fname(idx+dest.Length());
    790             cout << "--------->" << fname << "<-----------" << endl;
    791789            idx = regexp.Index(fname, &len);
    792790            if (idx<0)
  • trunk/MagicSoft/Mars/mjobs/MJStar.cc

    r6031 r6348  
    260260        write.AddContainer("MMcTrig",             "Events");
    261261        // Monte Carlo Headers
     262        write.AddContainer("MMcRunHeader",        "RunHeaders");
    262263        write.AddContainer("MMcTrigHeader",       "RunHeaders");
    263264        write.AddContainer("MMcConfigRunHeader",  "RunHeaders");
Note: See TracChangeset for help on using the changeset viewer.