| #include "DrcMiniRecoHitK.hh" |
DrcMiniRecoHitK
class description - source file - inheritance tree (.pdf)
protected:
virtual DrcRecoHit* buildTransient(KanEventReader& eR)
static UShort_t computeiTime(Float_t time)
static Float_t computeTime(UShort_t iTime)
virtual void loadFrom(const DrcRecoHit*, KanEventWriter&)
public:
DrcMiniRecoHitK()
~DrcMiniRecoHitK()
virtual Float_t time() const
virtual UShort_t tubeID() const
private:
static ComPackFlatFloat _packer ! static packer for Time
UShort_t _iTube Packed Tube ID
UShort_t _iTime Packed Timing Data
Eric Charles, ported to Kanga
Description:
Persistent class for DrcRecoHit
The DrcRecoHitI interface requires the following functions:
UShort_t tubeID() const // ID of the tube
Float_t time() const // Time of the hit (ns)
Persistent Location:
Esd::"Drc_Hits"
Persistent Size: 4 bytes uncompressed
Persistent Structure:
UShort_t _iTube; // Packed Tube ID
UShort_t _iTime; // Packed Timing Data (Packed flat from -50. to 200.)
DrcMiniRecoHitK()
: DrcRecoHitI(),
_iTube(0),
_iTime(0)
~DrcMiniRecoHitK()
buildTransient( KanEventReader& eR )
create the transient
void loadFrom ( const DrcRecoHit* transient, KanEventWriter & eW )
UShort_t computeiTime( Float_t time)
Float_t computeTime( UShort_t iTime )
Inline Functions
UShort_t tubeID() const
Float_t time() const
Author: E. Charles, G. Hamel de Monchenault, Ch. Yeche
Last update: Mon Nov 22 19:27:15 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.
|