FACT++  1.0
int FitsLoader::ConfigFileNamePlease ( const Event evt)
private

Set the name of the Fits file to be loaded.

Set the name of the intput Fits file

Parameters
evtthe event transporting the file name

Definition at line 562 of file fitsloader.cc.

References fFileName, StateMachineImp::GetCurrentState(), EventImp::GetText(), and MessageImp::Message().

Referenced by FitsLoader().

563 {
564  fFileName = string(evt.GetText());
565  Message("New Fits file: " + fFileName);
566  return GetCurrentState();
567 }
int GetCurrentState() const
return the current state of the machine
const char * GetText() const
Definition: EventImp.h:88
string fFileName
Name of the fits file to load.
Definition: fitsloader.cc:70
int Message(const std::string &str)
Definition: MessageImp.h:46

+ Here is the call graph for this function:

+ Here is the caller graph for this function: