Auxiliary class for template TChain reading.
More...
#include <JChainReader.hh>
template<class T>
class JROOT::JChainReader< T >
Auxiliary class for template TChain reading.
Definition at line 24 of file JChainReader.hh.
◆ JChainReader() [1/3]
◆ JChainReader() [2/3]
Constructor.
- Parameters
-
parameters | parameters of TTree |
Definition at line 47 of file JChainReader.hh.
◆ JChainReader() [3/3]
Copy constructor.
Note that the TTree parameters are copied but not the contents.
- Parameters
-
Definition at line 61 of file JChainReader.hh.
◆ Reset()
Reset this TChain.
This method executes the following steps:
- TChain::Reset();
- releases the allocated memory and resets the internal pointer;
- SetBranchAddress();
- Parameters
-
Definition at line 78 of file JChainReader.hh.
80 TChain::Reset(option);
◆ configure()
◆ release()
◆ getAddress()
◆ 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 |
◆ address
◆ 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.