#include <TLeafL.h>
Inheritance diagram for TLeafL:

Public Member Functions | |
| TLeafL () | |
| Address of pointer to data buffer.   | |
| TLeafL (TBranch *parent, const char *name, const char *type) | |
| virtual | ~TLeafL () | 
| virtual void | Export (TClonesArray *list, Int_t n) | 
| virtual void | FillBasket (TBuffer &b) | 
| const char * | GetTypeName () const | 
| virtual Int_t | GetMaximum () const | 
| virtual Int_t | GetMinimum () const | 
| Double_t | GetValue (Int_t i=0) const | 
| virtual void * | GetValuePointer () const | 
| virtual void | Import (TClonesArray *list, Int_t n) | 
| virtual void | PrintValue (Int_t i=0) const | 
| virtual void | ReadBasket (TBuffer &b) | 
| virtual void | ReadBasketExport (TBuffer &b, TClonesArray *list, Int_t n) | 
| virtual void | ReadValue (istream &s) | 
| virtual void | SetAddress (void *add=0) | 
| virtual void | SetMaximum (Long64_t max) | 
| virtual void | SetMinimum (Long64_t min) | 
| ClassDef (TLeafL, 1) | |
| TLeafL () | |
| Address of pointer to data buffer.   | |
| TLeafL (TBranch *parent, const char *name, const char *type) | |
| virtual | ~TLeafL () | 
| virtual void | Export (TClonesArray *list, Int_t n) | 
| virtual void | FillBasket (TBuffer &b) | 
| const char * | GetTypeName () const | 
| virtual Int_t | GetMaximum () const | 
| virtual Int_t | GetMinimum () const | 
| Double_t | GetValue (Int_t i=0) const | 
| virtual void * | GetValuePointer () const | 
| virtual void | Import (TClonesArray *list, Int_t n) | 
| virtual void | PrintValue (Int_t i=0) const | 
| virtual void | ReadBasket (TBuffer &b) | 
| virtual void | ReadBasketExport (TBuffer &b, TClonesArray *list, Int_t n) | 
| virtual void | ReadValue (istream &s) | 
| virtual void | SetAddress (void *add=0) | 
| virtual void | SetMaximum (Long64_t max) | 
| virtual void | SetMinimum (Long64_t min) | 
| ClassDef (TLeafL, 1) | |
Protected Attributes | |
| Long64_t | fMinimum | 
| Long64_t | fMaximum | 
| Long64_t * | fValue | 
| Long64_t ** | fPointer | 
| Pointer to data buffer.   | |
| Long64_t * | fValue | 
| Long64_t ** | fPointer | 
| Pointer to data buffer.   | |
Definition at line 29 of file TLeafL.h.
| TLeafL::TLeafL | ( | ) | 
Address of pointer to data buffer.
| TLeafL::TLeafL | ( | TBranch * | parent, | |
| const char * | name, | |||
| const char * | type | |||
| ) | 
Definition at line 38 of file TLeafL.cxx.
References TLeaf::fLenType, fMaximum, fMinimum, fPointer, fValue, and Long64_t.
| TLeafL::~TLeafL | ( | ) |  [virtual] | 
        
| TLeafL::TLeafL | ( | ) | 
Address of pointer to data buffer.
| TLeafL::TLeafL | ( | TBranch * | parent, | |
| const char * | name, | |||
| const char * | type | |||
| ) | 
| virtual TLeafL::~TLeafL | ( | ) |  [virtual] | 
        
| void TLeafL::Export | ( | TClonesArray * | list, | |
| Int_t | n | |||
| ) |  [virtual] | 
        
Reimplemented from TLeaf.
Definition at line 63 of file TLeafL.cxx.
References TLeaf::fLen, TLeaf::fOffset, fValue, i, j, list, Long64_t, and value.
| void TLeafL::FillBasket | ( | TBuffer & | b | ) |  [virtual] | 
        
Reimplemented from TLeaf.
Definition at line 80 of file TLeafL.cxx.
References b, fMaximum, fPointer, fValue, TLeaf::GetLen(), i, TLeaf::IsRange(), TLeaf::IsUnsigned(), and len.
| const char * TLeafL::GetTypeName | ( | ) |  const [virtual] | 
        
| virtual Int_t TLeafL::GetMaximum | ( | ) |  const [inline, virtual] | 
        
Reimplemented from TLeaf.
Definition at line 45 of file TLeafL.h.
References fMaximum.
Referenced by TTreeCloner::CollectBranches().
| virtual Int_t TLeafL::GetMinimum | ( | ) |  const [inline, virtual] | 
        
Reimplemented from TLeaf.
Definition at line 46 of file TLeafL.h.
References fMinimum.
Referenced by TTreeCloner::CollectBranches().
| virtual void* TLeafL::GetValuePointer | ( | ) |  const [inline, virtual] | 
        
Reimplemented from TLeaf.
Definition at line 48 of file TLeafL.h.
References fValue.
Referenced by PrintValue(), and ReadValue().
| void TLeafL::Import | ( | TClonesArray * | list, | |
| Int_t | n | |||
| ) |  [virtual] | 
        
Reimplemented from TLeaf.
Definition at line 125 of file TLeafL.cxx.
References TLeaf::fLen, TLeaf::fOffset, fValue, i, j, and list.
| void TLeafL::PrintValue | ( | Int_t |  i = 0           | 
          ) |  const [virtual] | 
        
Reimplemented from TLeaf.
Definition at line 142 of file TLeafL.cxx.
References TLeaf::fIsUnsigned, GetValuePointer(), Long64_t, and value.
| void TLeafL::ReadBasket | ( | TBuffer & | b | ) |  [virtual] | 
        
Reimplemented from TLeaf.
Definition at line 156 of file TLeafL.cxx.
References b, entry, TLeaf::fBranch, TLeaf::fLeafCount, TLeaf::fLen, TLeaf::fNdata, fValue, TLeaf::GetBranch(), TBranch::GetEntry(), TLeaf::GetMaximum(), TNamed::GetName(), TBranch::GetReadEntry(), TLeaf::GetValue(), len, and Long64_t.
| void TLeafL::ReadBasketExport | ( | TBuffer & | b, | |
| TClonesArray * | list, | |||
| Int_t | n | |||
| ) |  [virtual] | 
        
Reimplemented from TLeaf.
Definition at line 183 of file TLeafL.cxx.
References b, TLeaf::fLen, TLeaf::fOffset, fValue, i, j, list, Long64_t, and value.
| void TLeafL::ReadValue | ( | istream & | s | ) |  [virtual] | 
        
Reimplemented from TLeaf.
Definition at line 205 of file TLeafL.cxx.
References TLeaf::fIsUnsigned, GetValuePointer(), i, Long64_t, and value.
| void TLeafL::SetAddress | ( | void * |  add = 0           | 
          ) |  [virtual] | 
        
Reimplemented from TLeaf.
Definition at line 222 of file TLeafL.cxx.
References TLeaf::fLeafCount, TLeaf::fLen, TLeaf::fNdata, fPointer, fValue, TLeaf::GetMaximum(), TLeaf::GetValue(), TLeaf::kIndirectAddress, Long64_t, TLeaf::ResetAddress(), and TObject::TestBit().
| virtual void TLeafL::SetMaximum | ( | Long64_t | max | ) |  [inline, virtual] | 
        
Definition at line 55 of file TLeafL.h.
References fMaximum.
Referenced by TTreeCloner::CollectBranches().
| virtual void TLeafL::SetMinimum | ( | Long64_t | min | ) |  [inline, virtual] | 
        
Definition at line 56 of file TLeafL.h.
References fMinimum.
Referenced by TTreeCloner::CollectBranches().
| TLeafL::ClassDef | ( | TLeafL | , | |
| 1 | ||||
| ) | 
| virtual void TLeafL::Export | ( | TClonesArray * | list, | |
| Int_t | n | |||
| ) |  [virtual] | 
        
Reimplemented from TLeaf.
| const char* TLeafL::GetTypeName | ( | ) |  const [virtual] | 
        
Reimplemented from TLeaf.
| virtual Int_t TLeafL::GetMaximum | ( | ) |  const [inline, virtual] | 
        
| virtual Int_t TLeafL::GetMinimum | ( | ) |  const [inline, virtual] | 
        
| virtual void* TLeafL::GetValuePointer | ( | ) |  const [inline, virtual] | 
        
| virtual void TLeafL::Import | ( | TClonesArray * | list, | |
| Int_t | n | |||
| ) |  [virtual] | 
        
Reimplemented from TLeaf.
| virtual void TLeafL::ReadBasketExport | ( | TBuffer & | b, | |
| TClonesArray * | list, | |||
| Int_t | n | |||
| ) |  [virtual] | 
        
Reimplemented from TLeaf.
| virtual void TLeafL::ReadValue | ( | istream & | s | ) |  [virtual] | 
        
Reimplemented from TLeaf.
| virtual void TLeafL::SetAddress | ( | void * |  add = 0           | 
          ) |  [virtual] | 
        
Reimplemented from TLeaf.
| virtual void TLeafL::SetMaximum | ( | Long64_t | max | ) |  [inline, virtual] | 
        
| virtual void TLeafL::SetMinimum | ( | Long64_t | min | ) |  [inline, virtual] | 
        
| TLeafL::ClassDef | ( | TLeafL | , | |
| 1 | ||||
| ) | 
Long64_t TLeafL::fMinimum [protected]           | 
        
Long64_t TLeafL::fMaximum [protected]           | 
        
Definition at line 33 of file TLeafL.h.
Referenced by FillBasket(), GetMaximum(), SetMaximum(), and TLeafL().
Long64_t* TLeafL::fValue [protected]           | 
        
Definition at line 34 of file TLeafL.h.
Referenced by Export(), FillBasket(), GetValue(), GetValuePointer(), Import(), ReadBasket(), ReadBasketExport(), SetAddress(), TLeafL(), and ~TLeafL().
Long64_t** TLeafL::fPointer [protected]           | 
        
Pointer to data buffer.
Definition at line 35 of file TLeafL.h.
Referenced by FillBasket(), SetAddress(), and TLeafL().
Long64_t* TLeafL::fValue [protected]           | 
        
Long64_t** TLeafL::fPointer [protected]           | 
        
 1.5.1