|
Jpp
17.2.1-pre0
the software that should make you happy
|
Implementation of object output using TTree. More...
#include <JRootFileWriter.hh>
Public Member Functions | |
| JTreeWriter< T > & | getTreeWriter () |
| Get TreeWriter. More... | |
| virtual bool | put (const T &object) override |
| Object output. More... | |
| void | SetCircular (Long64_t size) |
| Set circular buffer size. More... | |
| void | Reset () |
| Reset TTree. More... | |
Protected Member Functions | |
| void | SetDirectory (TDirectory *dir) |
| Set directory. More... | |
Protected Attributes | |
| JTreeWriter< T > * | out |
| bool | del |
Implementation of object output using TTree.
This class implements the JLANG::JObjectOutput interface.
Definition at line 149 of file JRootFileWriter.hh.
|
inlineprotectedinherited |
Set directory.
| dir | pointer to directory |
Definition at line 59 of file JTreeWriterObjectOutput.hh.
|
inlineinherited |
|
inlineoverridevirtualinherited |
Object output.
| object | object |
Implements JLANG::JObjectOutput< T >.
Definition at line 88 of file JTreeWriterObjectOutput.hh.
|
inlineinherited |
Set circular buffer size.
| size | number of entries |
Definition at line 99 of file JTreeWriterObjectOutput.hh.
|
inlineinherited |
|
protectedinherited |
Definition at line 67 of file JTreeWriterObjectOutput.hh.
|
protectedinherited |
Definition at line 68 of file JTreeWriterObjectOutput.hh.
1.8.5