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 "KanHandleBase.hh"

KanHandleBase


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

class KanHandleBase : public TObject

Inheritance Chart:
TObject
<-
KanHandleBase
<-
KanHandle<BtaCandIdSetI>
KanHandle<KanEvtHeaderI>
KanHandle<KanEvtIDI>
KanHandle<TagEventTagK>
KanHandleClonesObj<KanClonesObj<RecoCompGMatchList<DrcTrack,DrcRecoHit,GTrack>,RecoCompGMatchI<DrcTrackI,DrcRecoHitI,GTrackI> > >
KanHandleClonesObj<KanClonesObj<RecoCompGMatchList<EmcCand,EmcDigi,GTrack>,RecoCompGMatchI<EmcCandI,EmcDigiI,GTrackI> > >
KanHandleClonesObj<KanClonesObj<RecoCompGMatchList<IfrAbs3D,IfrAbs1D,GTrack>,RecoCompGMatchI<IfrAbs3DI,IfrAbs1DI,GTrackI> > >
KanHandleClonesObj<KanClonesObj<RecoCompGMatchList<TrkRecoTrk,TrkHitOnTrk,GTrack>,RecoCompGMatchI<TrkRecoTrkI,TrkHitOnTrkI,GTrackI> > >
KanHandleClonesObj<KanClonesObj<RecoGMatchList<DchHit,GTrack>,RecoGMatchI<DchHitI,GTrackI> > >
KanHandleClonesObj<KanClonesObj<RecoGMatchList<DrcDigi,GTrack>,RecoGMatchI<DrcDigiI,GTrackI> > >
 [more...]

    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)

Data Members

    private:
TString _branchName ! KanCompMap::Index _component ! KanBranch* _cache ! KanBranchHolder* _holder !

Class Description



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.