Implementation for template TTree writing and copying.
More...
#include <JTreeWriter.hh>
|
TBranch * | branch |
| Pointer to unique branch belonging to this TTree. More...
|
|
const T * | address |
| Pointer to unique object belonging to this TTree. More...
|
|
template<class T>
class JROOT::JTreeCopyWriter< T >
Implementation for template TTree writing and copying.
This class implements the JTreeCopyWriter interface.
Definition at line 107 of file JTreeWriter.hh.
◆ JTreeCopyWriter() [1/2]
◆ JTreeCopyWriter() [2/2]
Hide copy constructor.
- Parameters
-
writer | TTree writer object |
◆ getInstance()
Get reference to unique instance of this class object.
- Returns
- reference to this class object
Definition at line 136 of file JTreeWriter.hh.
◆ copy()
◆ GetBranch()
Get the pointer to the unique TBranch belonging this TTree.
- Returns
- pointer to TBranch
Definition at line 61 of file JTreeWriter.hh.
◆ Write()
Data object output equivalent of TTree::Fill().
- Parameters
-
- Returns
- as TTree::Fill
Definition at line 73 of file JTreeWriter.hh.
◆ getTreeParameters()
Get TTree parameters.
- Returns
- TTree parameters
Definition at line 60 of file JTreeParameters.hh.
62 return static_cast<const JTreeParameters&>(*
this);
◆ getTreeName()
const TString& JROOT::JTreeParameters::getTreeName |
( |
| ) |
const |
|
inlineinherited |
◆ getTreeTitle()
const TString& JROOT::JTreeParameters::getTreeTitle |
( |
| ) |
const |
|
inlineinherited |
◆ getBranchName()
const TString& JROOT::JTreeParameters::getBranchName |
( |
| ) |
const |
|
inlineinherited |
◆ getCompressionLevel()
int JROOT::JTreeParameters::getCompressionLevel |
( |
| ) |
const |
|
inlineinherited |
◆ getBasketSize()
int JROOT::JTreeParameters::getBasketSize |
( |
| ) |
const |
|
inlineinherited |
◆ getSplitLevel()
int JROOT::JTreeParameters::getSplitLevel |
( |
| ) |
const |
|
inlineinherited |
◆ object
◆ branch
Pointer to unique branch belonging to this TTree.
Definition at line 82 of file JTreeWriter.hh.
◆ address
Pointer to unique object belonging to this TTree.
Definition at line 83 of file JTreeWriter.hh.
◆ treeName
TString JROOT::JTreeParameters::treeName |
|
protectedinherited |
◆ treeTitle
TString JROOT::JTreeParameters::treeTitle |
|
protectedinherited |
◆ branchName
TString JROOT::JTreeParameters::branchName |
|
protectedinherited |
◆ compressionLevel
int JROOT::JTreeParameters::compressionLevel |
|
protectedinherited |
◆ basketSize
int JROOT::JTreeParameters::basketSize |
|
protectedinherited |
◆ splitLevel
int JROOT::JTreeParameters::splitLevel |
|
protectedinherited |
The documentation for this class was generated from the following file: