| 
    Jpp
    16.0.0-rc.2
    
   the software that should make you happy 
   | 
 
Auxiliary class for template TChain reading. More...
#include <JChainReader.hh>
  
 Public Member Functions | |
| JChainReader () | |
| Default constructor.  More... | |
| JChainReader (const JTreeParameters ¶meters) | |
| Constructor.  More... | |
| JChainReader (const JChainReader< T > &reader) | |
| Copy constructor.  More... | |
| void | Reset (Option_t *option=NULL) | 
| Reset this TChain.  More... | |
| void | release () | 
| Release memory.  More... | |
| T * | getAddress () const | 
| Get address.  More... | |
| const JTreeParameters & | getTreeParameters () const | 
| Get TTree parameters.  More... | |
| const TString & | getTreeName () const | 
| Get TTree name.  More... | |
| const TString & | getTreeTitle () const | 
| Get TTree title.  More... | |
| const TString & | getBranchName () const | 
| Get TBranch name.  More... | |
| int | getCompressionLevel () const | 
| Get compression level.  More... | |
| int | getBasketSize () const | 
| Get basket size.  More... | |
| int | getSplitLevel () const | 
| Get split level.  More... | |
Protected Member Functions | |
| void | configure () | 
| Configure this TChain.  More... | |
Protected Attributes | |
| T * | address | 
| TString | treeName | 
| TTree name.  More... | |
| TString | treeTitle | 
| TTree title.  More... | |
| TString | branchName | 
| TBranch name.  More... | |
| int | compressionLevel | 
| TBranch compression level.  More... | |
| int | basketSize | 
| TBranch basket size.  More... | |
| int | splitLevel | 
| TBranch split level.  More... | |
Auxiliary class for template TChain reading.
Definition at line 24 of file JChainReader.hh.
      
  | 
  inline | 
Default constructor.
Note that the default TTree parameters are obtained using template method JROOT::getTreeParameters.
Definition at line 35 of file JChainReader.hh.
      
  | 
  inline | 
Constructor.
| parameters | parameters of TTree | 
Definition at line 47 of file JChainReader.hh.
      
  | 
  inline | 
Copy constructor.
Note that the TTree parameters are copied but not the contents.
| reader | TChain reader | 
Definition at line 61 of file JChainReader.hh.
      
  | 
  inline | 
Reset this TChain.
This method executes the following steps:
| option | option | 
Definition at line 78 of file JChainReader.hh.
      
  | 
  inlineprotected | 
Configure this TChain.
Definition at line 92 of file JChainReader.hh.
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
Get TBranch name.
Definition at line 96 of file JTreeParameters.hh.
      
  | 
  inlineinherited | 
Get compression level.
Definition at line 107 of file JTreeParameters.hh.
      
  | 
  inlineinherited | 
Get basket size.
Definition at line 118 of file JTreeParameters.hh.
      
  | 
  inlineinherited | 
Get split level.
Definition at line 129 of file JTreeParameters.hh.
      
  | 
  protectedinherited | 
Definition at line 64 of file JRootAddress.hh.
      
  | 
  protectedinherited | 
TTree name.
Definition at line 155 of file JTreeParameters.hh.
      
  | 
  protectedinherited | 
TTree title.
Definition at line 156 of file JTreeParameters.hh.
      
  | 
  protectedinherited | 
TBranch name.
Definition at line 157 of file JTreeParameters.hh.
      
  | 
  protectedinherited | 
TBranch compression level.
Definition at line 158 of file JTreeParameters.hh.
      
  | 
  protectedinherited | 
TBranch basket size.
Definition at line 159 of file JTreeParameters.hh.
      
  | 
  protectedinherited | 
TBranch split level.
Definition at line 160 of file JTreeParameters.hh.
 1.8.5