SLAC PEP-II
BABAR
SLAC<->RAL
Babar logo
HEPIC E,S & H Databases PDG HEP preprints
Organization Detector Computing Physics Documentation
Personnel Glossary Sitemap Search Hypernews
Unwrap page!
Comp. Search
Who's who?
Meetings
FAQ Homepage
Archive
Environment
Administration
New User Info.
Web Info/Tools
Monitoring
Training
Tools & Utils
Programming
C++ Standard
SRT, AFS, CVS
QA and QC
Remedy
Histogramming
Operations
PromptReco
Simulation Production
Online SW
Dataflow
Detector Control
Evt Processing
Run Control
Calibration
Databases
Offline
Workbook
Coding Standards
Simulation
Reconstruction
Prompt Reco.
BaBar Grid
Data Distribution
Beta & BetaTools
Kanga & Root
Analysis Tools
RooFit Toolkit
Data Management
Data Quality
Event display
Event Browser
Code releases
Databases
Check this page for HTML 4.01 Transitional compliance with the
W3C Validator
(More checks...)
#include "UsrRootBaseK.hh"

UsrRootBaseK


class description - source file - inheritance tree (.pdf)

class UsrRootBaseK

Inheritance Chart:
UsrRootBaseK
<-
UsrDatumBaseK
<-
UsrDatumK<char>
UsrDatumK<double>
UsrDatumK<float>
UsrDatumK<Hep3Vector>
UsrDatumK<HepLorentzVector>
UsrDatumK<int>
UsrDatumK<short>
UsrDatumK<unsigned char>
UsrDatumK<unsigned int>
 [more...]
 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.


    protected:
virtual TBranch* makeBranch(KanTreeBase& tree, const char* block, const char* variable, Int_t bufferSize, Int_t splitLevel) const virtual void* readPtr() const virtual void* writePtr() const public:
virtual ~UsrRootBaseK() TBranch* addToTree(KanTreeBase& tree, const char* block, const char* variable, Int_t bufferSize, Int_t splitLevel) const TBranch* getBranch(KanTreeBase& tree, const char* block, const char* variable) const UsrRootBaseK& operator=(const UsrRootBaseK&) Int_t readBranch() const char* readName() const KanTreeBase* readTree() const Int_t setBranch(KanTreeBase& tree, const char* branchName) const virtual const char* typeName() const

Data Members


    protected:
TBranch* _readBranch ! branch to read data from TBranch* _writeBranch ! branch to write data to

Class Description


~UsrRootBaseK()

TBranch* addToTree(KanTreeBase& tree, const char* block, const char* variable, Int_t bufferSize, Int_t splitLevel) const

TBranch* getBranch(KanTreeBase& tree, const char* block, const char* variable) const
 if (_writeBranch == 0 ) return 0;

const char* readName() const

KanTreeBase* readTree() const

Int_t setBranch(KanTreeBase& tree, const char* name) const
 will return the number of branches set
 first try to find the branch on the tree

Int_t readBranch()



Inline Functions


          const char* typeName() const
             TBranch* makeBranch(KanTreeBase& tree, const char* block, const char* variable, Int_t bufferSize, Int_t splitLevel) const
                void* readPtr() const
                void* writePtr() const
        UsrRootBaseK& operator=(const UsrRootBaseK&)


Last update: UsrRootBaseK.cc,v 1.14 2004/08/23 18:29:31 echarles Exp $


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.