Auxiliary class for template TTree writing.
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::JTreeWriter< T >
Auxiliary class for template TTree writing.
Definition at line 28 of file JTreeWriter.hh.
◆ JTreeWriter()
◆ 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 |
◆ 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:
JTreeParameters(const TString &treeName, const TString &treeTitle, const TString &branchName="", const int compressionLevel=1, const int basketSize=65536, const int splitLevel=1)
Constructor.