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

EmcCandI


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

class EmcCandI : public KanObj, public KanClassI

Inheritance Chart:
TObject
KanPersistable
KanPersistentRefOwner
<-
KanObj
KanClassI
<-
EmcCandI
<-
EmcMiniCandK
 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.

    private:
EmcCandI& operator=(const EmcCandI&) protected:
virtual EmcCand* buildTransient(KanEventReader& eR) virtual void loadFrom(const EmcCand*, KanEventWriter& eW) virtual KanTransCache& transCache() const public:
virtual ~EmcCandI() EmcCand* access() virtual const EmcBumpI* bump() const virtual const EmcClusterI* cluster() const virtual Int_t compare(const EmcCandI& other, UInt_t recurse = 0, Bool_t verbose = kTRUE) virtual const char* iClassName() const void set(EmcCand* setTo) virtual const TrkRecoTrkI* track() const EmcCand* transient(KanEventReader& eR)

Data Members

    private:
KanTransCache_I<EmcCandI> _cache !

Class Description

	Interface for persistent EmcCands.

      This interface requires the following functions:

        const TrkRecoTrkI* track() const     // Return the associated track
        const EmcClusterI* cluster() const   // Return the cluster used to build this EmcCand
        const EmcBumpI* bump() const         // Return the bump used to build this EmcCand


~EmcCandI()



Inline Functions


               const char* iClassName() const
        const TrkRecoTrkI* track() const
        const EmcClusterI* cluster() const
           const EmcBumpI* bump() const
                 EmcCandI& operator=(const EmcCandI&)
                  EmcCand* transient(KanEventReader& eR)
                      void set(EmcCand* setTo)
                  EmcCand* access()
                     Int_t compare(const EmcCandI& other, UInt_t recurse = 0, Bool_t verbose = kTRUE)
                  EmcCand* buildTransient(KanEventReader& eR)
                      void loadFrom(const EmcCand*, KanEventWriter& eW)
            KanTransCache& transCache() const


Author: E. Charles
Last update: EmcCandI.cc,v 1.2 2004/01/13 18:57:09 echarles Exp $
Copyright (C) 2003 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.