FACT++  1.0
int DataLogger::BackToNightlyOpen ( )
private

from wait for run number to nightly open

Implements the transition from wait for run number to nightly open Does nothing really.

Returns
kSM_WaitingRun

Definition at line 2218 of file datalogger.cc.

References MessageImp::Debug(), StateMachineImp::GetCurrentState(), kSM_Logging, kSM_NightlyOpen, and StopRunLogging().

Referenced by DataLogger().

2219 {
2221  StopRunLogging();
2222 
2223  if (fDebugIsOn)
2224  {
2225  Debug("Going to NightlyOpen state...");
2226  }
2227  return kSM_NightlyOpen;
2228 }
int GetCurrentState() const
return the current state of the machine
int Debug(const std::string &str)
Definition: MessageImp.h:45
both files openned and writing
Definition: datalogger.cc:187
bool fDebugIsOn
configuration flags
Definition: datalogger.cc:315
int StopRunLogging()
from waiting to logging transition
Definition: datalogger.cc:2128
Nightly file openned and writing.
Definition: datalogger.cc:185

+ Here is the call graph for this function:

+ Here is the caller graph for this function: