| 
    Jpp
    master_rocky-37-gf0c5bc59d
    
   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, JRootCreateFlatTree< T >::value > * | 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 61 of file JTreeWriterObjectOutput.hh.
      
  | 
  inlineinherited | 
      
  | 
  inlineoverridevirtualinherited | 
Object output.
| object | object | 
Implements JLANG::JObjectOutput< T >.
Definition at line 90 of file JTreeWriterObjectOutput.hh.
      
  | 
  inlineinherited | 
Set circular buffer size.
| size | number of entries | 
Definition at line 101 of file JTreeWriterObjectOutput.hh.
      
  | 
  inlineinherited | 
Reset TTree.
Definition at line 110 of file JTreeWriterObjectOutput.hh.
      
  | 
  protectedinherited | 
Definition at line 69 of file JTreeWriterObjectOutput.hh.
      
  | 
  protectedinherited | 
Definition at line 70 of file JTreeWriterObjectOutput.hh.