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

EmcClusterI


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

class EmcClusterI : public KanObj, public KanClassI

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

    private:
EmcClusterI& operator=(const EmcClusterI&) protected:
virtual EmcCluster* buildTransient(KanEventReader& eR) virtual void loadFrom(const EmcCluster*, KanEventWriter& eW) virtual KanTransCache& transCache() const public:
virtual ~EmcClusterI() EmcCluster* access() virtual Int_t compare(const EmcClusterI& other, UInt_t recurse = 0, Bool_t verbose = kTRUE) virtual EmcDigiI* digi(UInt_t i) const virtual const char* iClassName() const virtual UInt_t nBumps() const virtual UInt_t nDigis() const void set(EmcCluster* setTo) EmcCluster* transient(KanEventReader& eR)

Data Members

    private:
KanTransCache_I<EmcClusterI> _cache !

Class Description

	This is the interface for persistent EmcClusters.

      This interface requires the following functions:

         UInt_t nBumps() const            // number of bumps in the cluster
         UInt_t nDigis() const            // number of digis in the cluster
         EmcDigiI* digi(UInt_t i) const   // return the digi by cluster


~EmcClusterI()



Inline Functions


           const char* iClassName() const
                UInt_t nBumps() const
                UInt_t nDigis() const
             EmcDigiI* digi(UInt_t i) const
          EmcClusterI& operator=(const EmcClusterI&)
           EmcCluster* transient(KanEventReader& eR)
                  void set(EmcCluster* setTo)
           EmcCluster* access()
                 Int_t compare(const EmcClusterI& other, UInt_t recurse = 0, Bool_t verbose = kTRUE)
           EmcCluster* buildTransient(KanEventReader& eR)
                  void loadFrom(const EmcCluster*, KanEventWriter& eW)
        KanTransCache& transCache() const


Last update: EmcClusterI.cc,v 1.2 2004/01/13 18:57:09 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.