Jpp
|
Implementation of object output using TDirectory::WriteTObject method. More...
#include <JRootFileWriter.hh>
Public Member Functions | |
virtual bool | put (const T &object) |
Object output. More... | |
Protected Member Functions | |
JRootObjectOutput () | |
Default constructor. More... | |
void | SetDirectory (TDirectory *dir) |
Set directory. More... | |
Protected Attributes | |
TDirectory * | directory |
Implementation of object output using TDirectory::WriteTObject method.
This class implements the JLANG::JObjectOutput interface.
Definition at line 60 of file JRootFileWriter.hh.
|
inlineprotected |
Default constructor.
Definition at line 67 of file JRootFileWriter.hh.
|
inlineprotected |
Set directory.
dir | pointer to directory |
Definition at line 77 of file JRootFileWriter.hh.
|
inlinevirtual |
Object output.
object | object |
Implements JLANG::JObjectOutput< T >.
Definition at line 92 of file JRootFileWriter.hh.
|
protected |
Definition at line 83 of file JRootFileWriter.hh.