Changeset 13554
- Timestamp:
- 05/03/12 22:51:48 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/mcp.cc
r13190 r13554 121 121 return; 122 122 } 123 124 123 } 125 124 … … 234 233 int StartRun(const EventImp &evt) 235 234 { 235 if (fStatusFTM.second==-2) 236 { 237 Error("No connection to ftmcontrol (see PRINT)."); 238 return GetCurrentState(); 239 } 240 if (fStatusFAD.second==-2) 241 { 242 Warn("No connection to fadcontrol (see PRINT)."); 243 return GetCurrentState(); 244 } 245 if (fStatusLog.second==-2) 246 { 247 Warn("No connection to datalogger (see PRINT)."); 248 return GetCurrentState(); 249 } 250 if (fStatusRC.second==-2) 251 { 252 Warn("No connection to ratecontrol (see PRINT)."); 253 return GetCurrentState(); 254 } 255 236 256 fMaxTime = evt.Get<int64_t>(); 237 257 fNumEvents = evt.Get<int64_t>(8);
Note:
See TracChangeset
for help on using the changeset viewer.