| #include "DrcRecoHitI.hh" |
DrcRecoHitI
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:
DrcRecoHitI& operator=(const DrcRecoHitI&)
protected:
virtual DrcRecoHit* buildTransient(KanEventReader& eR)
virtual void loadFrom(const DrcRecoHit*, KanEventWriter& eW)
virtual KanTransCache& transCache() const
public:
virtual ~DrcRecoHitI()
DrcRecoHit* access()
virtual Int_t compare(const DrcRecoHitI& other, UInt_t recurse = 0, Bool_t verbose = kTRUE)
virtual const char* iClassName() const
void set(DrcRecoHit* setTo)
virtual Float_t time() const
DrcRecoHit* transient(KanEventReader& eR)
virtual UShort_t tubeID() const
private:
KanTransCache_I<DrcRecoHitI> _cache !
This is the interface for persistent DrcHits.
This interface requires the following functions:
UShort_t tubeID() const // ID of the tube
Float_t time() const // Time of the hit (ns)
~DrcRecoHitI()
Inline Functions
const char* iClassName() const
UShort_t tubeID() const
Float_t time() const
DrcRecoHitI& operator=(const DrcRecoHitI&)
DrcRecoHit* transient(KanEventReader& eR)
void set(DrcRecoHit* setTo)
DrcRecoHit* access()
Int_t compare(const DrcRecoHitI& other, UInt_t recurse = 0, Bool_t verbose = kTRUE)
DrcRecoHit* buildTransient(KanEventReader& eR)
void loadFrom(const DrcRecoHit*, KanEventWriter& eW)
KanTransCache& transCache() const
Author: E. Charles
Last update: Mon Nov 22 19:27:29 2004
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.
|