Changeset 7075
- Timestamp:
- 05/20/05 16:18:32 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7074 r7075 84 84 has finished. There is no need to search for them in the parameter 85 85 list. 86 87 * mjobs/MJCut.cc: 88 - fixed the file-path when writing the status display and an 89 output path was given. 86 90 87 91 -
trunk/MagicSoft/Mars/mjobs/MJCut.cc
r7071 r7075 262 262 arr.Add((TObject*)(&halpha->GetAlphaFitter())); 263 263 264 const TString fname( GetOutputFile(num));264 const TString fname(fNameOutput.IsNull() ? Form("ganymed%08d.root", num) : fNameOutput.Data()); 265 265 266 266 // If requested, write to already open output file
Note:
See TracChangeset
for help on using the changeset viewer.