34 #ifndef AIMS_IO_SELECTIONW_H 
   35 #define AIMS_IO_SELECTIONW_H 
   51     void open( 
const std::string & filename );
 
   52     void open( std::ostream & ostr );
 
   57     std::string         _filename;
 
   58     std::ostream        *_stream;
 
void open(std::ostream &ostr)
void write(const SelectionSet &)
SelectionWriter(std::ostream &str)
void open(const std::string &filename)
SelectionWriter(const std::string &filename)
The class for EcatSino data write operation.