FACT++  1.0
bool DataDump::Close ( const EVT_CTRL2 )
virtual

Implements DataProcessorImp.

Definition at line 84 of file DataProcessorImp.cc.

References Debug, and str.

85 {
86  ostringstream str;
87  str << this << " - CLOSE FILE #" << GetRunId();
88 
89  Debug(str);
90 
91  return true;
92 }
int Debug(const std::string &str)
Definition: MessageImp.h:45
char str[80]
Definition: test_client.c:7
uint32_t GetRunId() const