DchDigiK
class description - source file - inheritance tree (.pdf)
class DchDigiK : public DchDigiI, public DchDigiPtrSetter
private:
DchDigiK(const DchDigiK&)
DchDigiK& operator=(const DchDigiK&)
protected:
virtual DchDigi* buildTransient(KanEventReader& eR)
virtual Bool_t fillReadRefHook(KanEventReader& eR)
virtual Bool_t fillWriteRefHook(KanEventWriter& eW)
virtual void loadFrom(const DchDigi*, KanEventWriter&)
virtual void resetHook(Dna::Scope scope = Dna::Event)
public:
DchDigiK()
virtual ~DchDigiK()
private:
UShort_t _channel
UShort_t _status
Short_t _charge can be negative after pedestal subtraction
KanObjectRef<DchDigiWaveformI> _waveform !
KanReferenceSimple _waveformVal
KanObjectRef<DchDigiMCI> _mcDigi !
KanReferenceSimple _mcDigiVal
KanVector_Short _tdctimes
Persistent class for DchDigi - implementation
Environment:
Software developed for the BaBar Detector at the SLAC B-Factory.
Author List:
Peter Elmer
History (add to end):
Copyright Information:
Copyright (C) 2002 Princeton University
------------------------------------------------------------------------
DchDigiK() :
DchDigiI(),
_channel(0),
_status(0),
_charge(0),
_waveform(_waveformVal,*this,Dna::Event),
_mcDigi(_mcDigiVal,*this,Dna::Event)
~DchDigiK()
void loadFrom( const DchDigi* transient, KanEventWriter & eW )
DchDigi* buildTransient( KanEventReader& eR )
Inline Functions
Bool_t fillWriteRefHook(KanEventWriter& eW)
Bool_t fillReadRefHook(KanEventReader& eR)
void resetHook(Dna::Scope scope = Dna::Event)
DchDigiK DchDigiK(const DchDigiK&)
DchDigiK& operator=(const DchDigiK&)
Last update: Mon Nov 22 19:26:43 2004
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.
|