DchGHitK
class description - source file - inheritance tree (.pdf)
private:
DchGHitK(const DchGHitK&)
DchGHitK& operator=(const DchGHitK&)
public:
DchGHitK()
virtual ~DchGHitK()
virtual DchGHit* buildTransient(KanEventReader& eR)
virtual void loadFrom(const DchGHit*, KanEventWriter&)
private:
Float_t _path
Float_t _de
Float_t _px
Float_t _py
Float_t _pz
Float_t _xcap
Float_t _ycap
Float_t _zcap
Float_t _gtime
Float_t _dcap
UShort_t _gtrk
UShort_t _flag
UShort_t _ptype
UShort_t _layer
UShort_t _cell
Persistent class for DchGHit - implementation
Environment:
Software developed for the BaBar Detector at the SLAC B-Factory.
Author List:
Peter Elmer
History (add to end):
Notes: There appear to be some data members in the Objy version of this
class which are implemented but not used (i.e. we write a bunch
of zeros to the database for some reason in every persistent GHit).
I've put these data members in below in case I'm not understanding
something about the intended use of this clasee, but commented
them out. PE 020612
Copyright Information:
Copyright (C) 2002 Princeton University
------------------------------------------------------------------------
DchGHitK() :
DchGHitI(),
//_time(0.0), // not used
//_xin(0.0), _yin(0.0), _zin(0.0), // not used?
//_xout(0.0), _yout(0.0), _zout(0.0), // not used?
_path(0.0), _de(0.0),
//_rcell(0.0), _phicell(0.0), // not used?
_px(0.0), _py(0.0), _pz(0.0),
_xcap(0.0), _ycap(0.0), _zcap(0.0),
_gtime(0.0), _dcap(0.0),
//_nclus(0),
_gtrk(0), _flag(0),
_ptype(0), _layer(0), _cell(0)
//_seq(0) // not used?
assert(0); // Is the default ctor used or needed?
~DchGHitK()
void loadFrom( const DchGHit* transient, KanEventWriter & eW )
_time ( 0.0 ),
_xin ( 0 ),
_yin ( 0 ),
_zin ( 0 ),
_xout ( 0 ),
_yout ( 0 ),
_zout ( 0 ),
DchGHit* buildTransient( KanEventReader& eR )
Inline Functions
DchGHitK DchGHitK(const DchGHitK&)
DchGHitK& operator=(const DchGHitK&)
Last update: Mon Nov 22 19:26:51 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.
|