#include <FlatDisplayTree.h>
Definition at line 17 of file FlatDisplayTree.h.
 
      
        
          | garana::FlatDisplayTree::FlatDisplayTree  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | FlatDisplayTree::FlatDisplayTree  | 
          ( | 
          TTree *  | 
          tree | ) | 
           | 
        
      
 
 
      
        
          | FlatDisplayTree::FlatDisplayTree  | 
          ( | 
          TTree *  | 
          tree,  | 
        
        
           | 
           | 
          char  | 
          opt  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Definition at line 17 of file FlatDisplayTree.cxx.
   22         std::cout << 
"constructed FlatDisplayTree object in read-only mode" << 
std::endl;
    26         std::cout << 
"constructed FlatDisplayTree object in write mode" << 
std::endl;
 
TTree * fTreeIn
pointer to the analyzed TTree or TChain 
 
void SetupRead(TTree *tree)
 
bool SetBranchAddresses() override
 
QTextStream & endl(QTextStream &s)
 
 
 
 
  
  
      
        
          | void FlatDisplayTree::ClearVecs  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | bool FlatDisplayTree::SetBranchAddresses  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overrideprotectedvirtual   | 
  
 
Implements garana::TreeReader.
Definition at line 39 of file FlatDisplayTree.cxx.
   41 std::cout << 
"FlatDisplayTree SetBranchAddresses()" << 
std::endl;
 TTree * fTreeIn
pointer to the analyzed TTree or TChain 
 
Int_t fEvent
event number for tree entry 
 
QTextStream & endl(QTextStream &s)
 
 
 
 
  
  
      
        
          | void FlatDisplayTree::SetVecs  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following files: