| #include "KanHandleBase.hh" |
KanHandleBase
class description - source file - inheritance tree (.pdf)
protected:
void resetCache()
void resetHolder()
virtual void resetTypedBranch()
void setCache(KanBranch& branch)
virtual Bool_t setTypedBranch(KanBranch& branch)
public:
KanHandleBase(KanCompMap::Index idx, const char* branchName)
KanHandleBase(const KanHandleBase& other)
KanHandleBase()
virtual ~KanHandleBase()
const TString& branchName() const
Bool_t checkCache(KanBranch& branch)
KanCompMap::Index component() const
Bool_t operator!=(const KanHandleBase& other) const
Bool_t operator()(KanEventSource& source, Bool_t read = kTRUE)
Bool_t operator<(const KanHandleBase& other) const
KanHandleBase& operator=(const KanHandleBase& other)
Bool_t operator==(const KanHandleBase& other) const
Bool_t operator>(const KanHandleBase& other) const
void print(ostream& os = std::cout) const
Int_t read(KanEventSource& source) const
void reset()
void setHolder(KanBranchHolder& holder)
private:
TString _branchName !
KanCompMap::Index _component !
KanBranch* _cache !
KanBranchHolder* _holder !
KanHandleBase(KanCompMap::Index idx, const char* branchName)
:TObject(),
_branchName(branchName),
_component(idx),
_cache(0),
_holder(0)
KanHandleBase()
:TObject(),
_branchName(),
_component(KanCompMap::nCmp),
_cache(0),
_holder(0)
KanHandleBase(const KanHandleBase& other)
:TObject(),
_branchName(other.branchName()),
_component(other.component()),
_cache(other._cache),
_holder(other._holder)
~KanHandleBase()
void print(ostream& os) const
Int_t read(KanEventSource& source) const
Inline Functions
Bool_t operator()(KanEventSource& source, Bool_t read = kTRUE)
KanHandleBase& operator=(const KanHandleBase& other)
Bool_t operator==(const KanHandleBase& other) const
Bool_t operator!=(const KanHandleBase& other) const
Bool_t operator<(const KanHandleBase& other) const
Bool_t operator>(const KanHandleBase& other) const
Bool_t checkCache(KanBranch& branch)
KanCompMap::Index component() const
const TString& branchName() const
void reset()
void setHolder(KanBranchHolder& holder)
void setCache(KanBranch& branch)
void resetCache()
void resetHolder()
Bool_t setTypedBranch(KanBranch& branch)
void resetTypedBranch()
Author: E. Charles
Last update: KanHandleBase.cc,v 1.5 2004/08/23 18:52:00 echarles Exp $
Copyright (C) 2004 LBNL
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.
|