IfrAbs1DI
class description - source file - inheritance tree (.pdf)
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
private:
KanTransCache_I<IfrAbs1DI> _cache !
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.
|