Changeset 6348
- Timestamp:
- 02/10/05 13:59:48 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6346 r6348 51 51 - added the possibility to set the Source position from 52 52 a resource file 53 54 * mjobs/MJStar.cc: 55 - write MMcRunHeader to RunHeaders 53 56 54 57 -
trunk/MagicSoft/Mars/mfileio/MWriteRootFile.cc
r6245 r6348 787 787 while (1) 788 788 { 789 //TString sub = fname(idx+dest.Length());790 cout << "--------->" << fname << "<-----------" << endl;791 789 idx = regexp.Index(fname, &len); 792 790 if (idx<0) -
trunk/MagicSoft/Mars/mjobs/MJStar.cc
r6031 r6348 260 260 write.AddContainer("MMcTrig", "Events"); 261 261 // Monte Carlo Headers 262 write.AddContainer("MMcRunHeader", "RunHeaders"); 262 263 write.AddContainer("MMcTrigHeader", "RunHeaders"); 263 264 write.AddContainer("MMcConfigRunHeader", "RunHeaders");
Note:
See TracChangeset
for help on using the changeset viewer.