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

Set the name of the output file.

Set the name of the output file

Parameters
evtthe event transporting the file name

Definition at line 132 of file fitsloader.cc.

References fFileOut, EventImp::GetText(), MessageImp::Message(), and str.

Referenced by FitsLoader().

133 {
134  fFileOut = evt.GetText();
135  ostringstream str;
136  str << "Output file is now " << fFileOut;
137  Message(str);
138  return 0;
139 }
const char * GetText() const
Definition: EventImp.h:88
char str[80]
Definition: test_client.c:7
string fFileOut
Name of the output file.
Definition: fitsloader.cc:80
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: