Changeset 4733 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 08/25/04 17:48:42 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mjobs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc
r4732 r4733 95 95 } 96 96 97 const TString oname = Form("%s/ calped%06d.root", (const char*)fPathOut, fSequence.GetSequence());97 const TString oname = Form("%s/signal%06d.root", (const char*)fPathOut, fSequence.GetSequence()); 98 98 99 99 *fLog << inf << "Writing to file: " << oname << endl; -
trunk/MagicSoft/Mars/mjobs/MJPedestal.cc
r4732 r4733 100 100 { 101 101 if (fSequence.IsValid()) 102 return Form("%s/ calped%06d.root", (const char*)fPathOut, fSequence.GetSequence());102 return Form("%s/pedest%06d.root", (const char*)fPathOut, fSequence.GetSequence()); 103 103 104 104 if (!fRuns)
Note:
See TracChangeset
for help on using the changeset viewer.