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

IfrAbs1DI


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

class IfrAbs1DI : public KanObj, public KanClassI

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

    private:
IfrAbs1DI& operator=(const IfrAbs1DI&) protected:
virtual IfrAbs1D* buildTransient(KanEventReader& eR) virtual void loadFrom(const IfrAbs1D*, KanEventWriter& eW) virtual KanTransCache& transCache() const public:
virtual ~IfrAbs1DI() IfrAbs1D* access() virtual Int_t compare(const IfrAbs1DI& other, UInt_t recurse = 0, Bool_t verbose = kTRUE) virtual const char* iClassName() const virtual Int_t layer() const virtual Int_t sector() const void set(IfrAbs1D* setTo) virtual Int_t strip() const virtual Int_t strips() const IfrAbs1D* transient(KanEventReader& eR) virtual Int_t view() const

Data Members

    private:
KanTransCache_I<IfrAbs1DI> _cache !

Class Description

      This class defines the interface for persistent IfrAbs3D objects

      The Interface requires the follow functions:

        Int_t strip() const;
        Int_t view() const;
        Int_t layer() const;
        Int_t sector() const;
        Int_t strips() const;


~IfrAbs1DI()



Inline Functions


           const char* iClassName() const
                 Int_t strip() const
                 Int_t view() const
                 Int_t layer() const
                 Int_t sector() const
                 Int_t strips() const
            IfrAbs1DI& operator=(const IfrAbs1DI&)
             IfrAbs1D* transient(KanEventReader& eR)
                  void set(IfrAbs1D* setTo)
             IfrAbs1D* access()
                 Int_t compare(const IfrAbs1DI& other, UInt_t recurse = 0, Bool_t verbose = kTRUE)
             IfrAbs1D* buildTransient(KanEventReader& eR)
                  void loadFrom(const IfrAbs1D*, KanEventWriter& eW)
        KanTransCache& transCache() const


Author: E. Charles
Last update: IfrAbs1DI.cc,v 1.3 2004/01/13 18:56:26 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.