| #include "SvtPidInfoI.hh" |
SvtPidInfoI
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:
SvtPidInfoI& operator=(const SvtPidInfoI&)
protected:
virtual SvtPidInfo* buildTransient(KanEventReader& eR)
virtual void loadFrom(const SvtPidInfo*, KanEventWriter& eW)
virtual KanTransCache& transCache() const
public:
virtual ~SvtPidInfoI()
SvtPidInfo* access()
virtual Int_t compare(const SvtPidInfoI& other, UInt_t recurse = 0, Bool_t verbose = kTRUE)
virtual const SvtPidTrkData& data() const
virtual Double_t getMeanDedx() const
virtual UInt_t getNPoints() const
virtual const char* iClassName() const
virtual Double_t momentum() const
void set(SvtPidInfo* setTo)
virtual void setTrkRecoTrkI(const TrkRecoTrkI*)
SvtPidInfo* transient(KanEventReader& eR)
virtual const TrkRecoTrkI* trkRecoTrkI() const
private:
KanTransCache_I<SvtPidInfoI> _cache !
Interface for persistent SvtPidInfo objects.
This interface requires the following functions:
// Functions to access data
Double_t momentum() const
Double_t dedx() const
UInt_t nPoints() const
// Functions to allow setting and accessing the TrkRecoTrkI
void setTrkRecoTrkI(const TrkRecoTrkI* trk) { _trk = trk; }
const TrkRecoTrkI* trkRecoTrkI() const { return _trk; }
~SvtPidInfoI()
Inline Functions
const char* iClassName() const
Double_t momentum() const
Double_t getMeanDedx() const
UInt_t getNPoints() const
const SvtPidTrkData& data() const
void setTrkRecoTrkI(const TrkRecoTrkI*)
const TrkRecoTrkI* trkRecoTrkI() const
SvtPidInfoI& operator=(const SvtPidInfoI&)
SvtPidInfo* transient(KanEventReader& eR)
void set(SvtPidInfo* setTo)
SvtPidInfo* access()
Int_t compare(const SvtPidInfoI& other, UInt_t recurse = 0, Bool_t verbose = kTRUE)
SvtPidInfo* buildTransient(KanEventReader& eR)
void loadFrom(const SvtPidInfo*, KanEventWriter& eW)
KanTransCache& transCache() const
Author: E. Charles
Last update: SvtPidInfoI.cc,v 1.2 2004/01/13 18:55:37 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.
|