|
Jpp
17.2.1-pre0
the software that should make you happy
|
Implementation of object output using TDirectory::WriteTObject method. More...
#include <JRootFileWriter.hh>
Public Member Functions | |
| virtual bool | put (const T &object) override |
| 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 101 of file JRootFileWriter.hh.
|
inlineprotected |
Default constructor.
Definition at line 108 of file JRootFileWriter.hh.
|
inlineprotected |
Set directory.
| dir | pointer to directory |
Definition at line 118 of file JRootFileWriter.hh.
|
inlineoverridevirtual |
Object output.
| object | object |
Implements JLANG::JObjectOutput< T >.
Definition at line 133 of file JRootFileWriter.hh.
|
protected |
Definition at line 124 of file JRootFileWriter.hh.
1.8.5