UsrEventHandle
class description - source file - inheritance tree (.pdf)
protected:
virtual void resetBranch()
virtual Bool_t setTypedBranch(KanBranch& branch)
public:
UsrEventHandle()
UsrEventHandle(KanCompMap::Index idx, const char* blockName)
UsrEventHandle(const UsrEventHandle&)
virtual ~UsrEventHandle()
void addDatum(const char* name, UsrDatumBaseK& datum)
UsrEventBlockK* operator*() const
UsrEventHandle& operator=(const UsrEventHandle&)
private:
UsrEventBlockK* _branch !
map<std::string,UsrDatumBaseK*> _map !
UsrEventHandle()
:KanHandleBase(),
_branch(0)
UsrEventHandle(KanCompMap::Index idx, const char* branchName)
:KanHandleBase(idx,branchName),
_branch(0)
~UsrEventHandle()
Bool_t setTypedBranch(KanBranch& branch)
Inline Functions
UsrEventBlockK* operator*() const
void addDatum(const char* name, UsrDatumBaseK& datum)
void resetBranch()
UsrEventHandle UsrEventHandle(const UsrEventHandle&)
UsrEventHandle& operator=(const UsrEventHandle&)
Author: E. Charles
Last update: UsrHandle.cc,v 1.4 2004/08/23 18:30:24 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.
|