GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
void ConcreteFrame::Dump ( const Char_t *  filename,
Bool_t  anew = false 
) const
virtualinherited

Dump the content of the frame in a file (for debugging)

A file is open the first time this method is called. Once open, any new call will write the frame in this file so that all the frame will be in it. If you want to change close the file and open a new one, set anew to true.

The file is open in append mode, so remember to delete it if you don't want to keep previous records.

Implements ADF::Frame.

Definition at line 180 of file Frame.cpp.