FACT++  1.0
int FitsLoader::ClearDumpListPlease ( const Event )
private

Clear the dump list.

Clear the list of columns to dump.

Definition at line 517 of file fitsloader.cc.

References fDumpList, StateMachineImp::GetCurrentState(), and MessageImp::Message().

Referenced by FitsLoader().

518 {
519  fDumpList.clear();
520  Message("Dump list is now empty");
521  return GetCurrentState();
522 }
int GetCurrentState() const
return the current state of the machine
vector< string > fDumpList
List of the column names to be dumped.
Definition: fitsloader.cc:84
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: