| #include "DrcGTrkHitK.hh" |
DrcGTrkHitK
class description - source file - inheritance tree (.pdf)
private:
DrcGTrkHitK(const DrcGTrkHitK&)
DrcGTrkHitK& operator=(const DrcGTrkHitK&)
protected:
virtual DrcGTrkHit* buildTransient(KanEventReader& eR)
virtual void loadFrom(const DrcGTrkHit*, KanEventWriter&)
public:
DrcGTrkHitK()
virtual ~DrcGTrkHitK()
private:
Float_t _x
Float_t _y
Float_t _z
Float_t _px
Float_t _py
Float_t _pz
Float_t _nsec
Float_t _e
UShort_t _id
UShort_t _it
UShort_t _imed
UShort_t _igtr
Persistent class for DrcGTrkHit - 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
------------------------------------------------------------------------
DrcGTrkHitK() :
DrcGTrkHitI(),
_x(0.0), _y(0.0), _z(0.0),
_px(0.0), _py(0.0), _pz(0.0),
_nsec(0.0), _e(0.0),
_id(0), _it(0),
_imed(0), _igtr(0)
assert(0); // Is the default ctor used or needed?
void loadFrom( const DrcGTrkHit* transient,
KanEventWriter & eW )
~DrcGTrkHitK()
DrcGTrkHit* buildTransient( KanEventReader& eR )
Inline Functions
DrcGTrkHitK DrcGTrkHitK(const DrcGTrkHitK&)
DrcGTrkHitK& operator=(const DrcGTrkHitK&)
Last update: Mon Nov 22 19:27:13 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.
|