| 
    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 57 of file JRootFileWriter.hh.
      
  | 
  inlineprotected | 
Default constructor.
Definition at line 64 of file JRootFileWriter.hh.
      
  | 
  inlineprotected | 
      
  | 
  inlinevirtual | 
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.16