Changeset 7084 for trunk/MagicSoft/Mars/datacenter/macros
- Timestamp:
- 05/23/05 11:32:19 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter/macros
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/fillcalib.C
r7031 r7084 109 109 110 110 TFile file(fname, "READ"); 111 if (!file.IsOpen()) 112 { 113 cout << "ERROR - Could not find file " << fname << endl; 114 return 0; 115 } 116 111 117 if (badpix.Read("MBadPixelsCam")<=0) 112 118 { … … 239 245 " fIsolatedInner=%d, " 240 246 " fIsolatedOuter=%d, " 241 " fIsolatedMaxCluster=%d, " ,247 " fIsolatedMaxCluster=%d, " 242 248 " fArrTimeMeanInner=%s, " 243 249 " fArrTimeRmsInner=%s, " -
trunk/MagicSoft/Mars/datacenter/macros/fillsignal.C
r7010 r7084 70 70 { 71 71 TFile file(fname, "READ"); 72 if (!file.IsOpen()) 73 { 74 cout << "ERROR - Could not find file " << fname << endl; 75 return 0; 76 } 77 72 78 MStatusArray *arr = (MStatusArray*)file.Get("MStatusDisplay"); 73 79 if (!arr) -
trunk/MagicSoft/Mars/datacenter/macros/fillstar.C
r7079 r7084 89 89 { 90 90 TFile file(fname, "READ"); 91 if (!file.IsOpen()) 92 { 93 cout << "ERROR - Could not find file " << fname << endl; 94 return 0; 95 } 96 91 97 92 98 MStatusArray arr;
Note:
See TracChangeset
for help on using the changeset viewer.