|
Jpp - 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 57 of file JRootFileWriter.hh.
|
inlineprotected |
Default constructor.
Definition at line 64 of file JRootFileWriter.hh.
|
inlineprotected |
Set directory.
| dir | pointer to directory |
Definition at line 74 of file JRootFileWriter.hh.
|
inlineoverridevirtual |
Object output.
| object | object |
Implements JLANG::JObjectOutput< T >.
Definition at line 89 of file JRootFileWriter.hh.
|
protected |
Definition at line 80 of file JRootFileWriter.hh.
1.8.5