Changeset 6503 for trunk/MagicSoft/Mars/mraw
- Timestamp:
- 02/15/05 19:06:08 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawFileRead.cc
r6500 r6503 53 53 #include "MTime.h" 54 54 #include "MParList.h" 55 #include "MStatusDisplay.h" 55 56 56 57 #include "MRawRunHeader.h" … … 196 197 } 197 198 else 199 { 198 200 *fLog << inf << "Open file: '" << name << "'" << endl; 201 202 if (fDisplay) 203 { 204 TString txt = GetFileName(); 205 txt += " @ "; 206 txt += GetNumExecutions()-1; 207 fDisplay->SetStatusLine2(txt); 208 } 209 } 199 210 200 211 delete [] expname;
Note:
See TracChangeset
for help on using the changeset viewer.