EmcTMInfoI
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:
EmcTMInfoI& operator=(const EmcTMInfoI&)
protected:
virtual EmcTMInfo* buildTransient(KanEventReader& eR)
virtual void loadFrom(const EmcTMInfo*, KanEventWriter& eW)
virtual KanTransCache& transCache() const
public:
virtual ~EmcTMInfoI()
EmcTMInfo* access()
virtual const EmcBumpI* bump() const
virtual Int_t compare(const EmcTMInfoI& other, UInt_t recurse = 0, Bool_t verbose = kTRUE)
virtual const char* iClassName() const
virtual const EmcTrkInterInfoI* intersection() const
void set(EmcTMInfo* setTo)
EmcTMInfo* transient(KanEventReader& eR)
private:
KanTransCache_I<EmcTMInfoI> _cache !
This is the interface for persistent EmcTMInfos.
This interface requires the following functions:
const EmcTrkInterInfoI* intersection() const; // reference to associated track intersection
const EmcBumpI* bump() const; // reference to associated bump
~EmcTMInfoI()
Inline Functions
const char* iClassName() const
const EmcTrkInterInfoI* intersection() const
const EmcBumpI* bump() const
EmcTMInfoI& operator=(const EmcTMInfoI&)
EmcTMInfo* transient(KanEventReader& eR)
void set(EmcTMInfo* setTo)
EmcTMInfo* access()
Int_t compare(const EmcTMInfoI& other, UInt_t recurse = 0, Bool_t verbose = kTRUE)
EmcTMInfo* buildTransient(KanEventReader& eR)
void loadFrom(const EmcTMInfo*, KanEventWriter& eW)
KanTransCache& transCache() const
Author: David Brown
Last update: EmcTMInfoI.cc,v 1.1 2004/08/27 22:50:47 brownd Exp $
Copyright (C) 20004 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.
|