Changeset 9279 for trunk/MagicSoft
- Timestamp:
- 01/27/09 16:26:10 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJSimulation.cc
r9276 r9279 125 125 // title += " --"; 126 126 // fDisplay->SetTitle(title, kFALSE); 127 fDisplay->SetTitle(" Reflector", kFALSE);127 fDisplay->SetTitle("Ceres", kFALSE); 128 128 129 129 cont.Add(fDisplay); … … 131 131 132 132 // const TString oname = Form("reflector%08d.root", fSequence.GetSequence()); 133 const TString oname = " reflector.root";133 const TString oname = "ceres.root"; 134 134 return WriteContainer(cont, oname, "RECREATE"); 135 135 }
Note:
See TracChangeset
for help on using the changeset viewer.