#include <LCDG4_SIOglobal.hh>
Collaboration diagram for LCDG4_SIOglobal:

Public Member Functions | |
| LCDG4_SIOglobal (char *sio_file, char *det_id) | |
| Constructor. | |
| ~LCDG4_SIOglobal () | |
| SIO_stream * | getStream () const |
| Return SIO_stream* for SIO output. | |
Protected Member Functions | |
| LCDG4_SIOglobal (const LCDG4_SIOglobal &sio) | |
Private Attributes | |
| SIO_stream * | stream |
|
|
Definition at line 13 of file LCDG4_SIOglobal.hh.
00013 {};
|
|
||||||||||||
|
|
Definition at line 12 of file LCDG4_SIOglobal.cc. References SIO_stream::close(), and stream.
|
|
|
Return SIO_stream* for SIO output.
Definition at line 21 of file LCDG4_SIOglobal.hh. References stream. Referenced by main().
00021 { return stream; }
|
|
|
Definition at line 9 of file LCDG4_SIOglobal.hh. Referenced by getStream(), LCDG4_SIOglobal(), and ~LCDG4_SIOglobal(). |
1.3.4