- Timestamp:
- 10/30/11 22:38:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/mcp.cc
r12314 r12336 56 56 kStateConfiguring3, 57 57 kStateConfigured, 58 // kStateRunInProgress, 58 59 }; 59 60 … … 174 175 int StopRun(const EventImp &) 175 176 { 176 if (fStatusFTM.second==FTM::kT akingData)177 if (fStatusFTM.second==FTM::kTriggerOn) 177 178 { 178 179 Message("Stopping FTM"); … … 324 325 325 326 if (GetCurrentState()==kStateConfigured) 326 return GetCurrentState(); 327 { 328 if (fStatusFTM.second != FTM::kTriggerOn) 329 return GetCurrentState(); 330 331 // Now we are taking data... we could now wait for 332 // the fad to go back to -1 333 } 327 334 328 335 return kStateIdle;
Note:
See TracChangeset
for help on using the changeset viewer.