DrcTrackI
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:
DrcTrackI& operator=(const DrcTrackI&)
protected:
virtual DrcTrack* buildTransient(KanEventReader& eR)
virtual void loadFrom(const DrcTrack*, KanEventWriter& eW)
virtual KanTransCache& transCache() const
public:
virtual ~DrcTrackI()
DrcTrack* access()
virtual Int_t compare(const DrcTrackI& other, UInt_t recurse = 0, Bool_t verbose = kTRUE)
virtual const DrcRecoHitI* hit(UInt_t i) const
virtual const char* iClassName() const
virtual UInt_t nHits() const
void set(DrcTrack* setTo)
DrcTrack* transient(KanEventReader& eR)
private:
KanTransCache_I<DrcTrackI> _cache !
This is the interface for persistent DrcTracks.
This interface requires the following access functions:
UInt_t nHits() const // number of hits on the track
const DrcRecoHitI* hit(UInt_t i) const; // the ith hit
~DrcTrackI()
Inline Functions
const char* iClassName() const
UInt_t nHits() const
const DrcRecoHitI* hit(UInt_t i) const
DrcTrackI& operator=(const DrcTrackI&)
DrcTrack* transient(KanEventReader& eR)
void set(DrcTrack* setTo)
DrcTrack* access()
Int_t compare(const DrcTrackI& other, UInt_t recurse = 0, Bool_t verbose = kTRUE)
DrcTrack* buildTransient(KanEventReader& eR)
void loadFrom(const DrcTrack*, KanEventWriter& eW)
KanTransCache& transCache() const
Author: E. Charles
Last update: DrcTrackI.cc,v 1.2 2004/01/13 18:57:42 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.
|