Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

TkHit Class Reference

#include <TkHit.h>

Collaboration diagram for TkHit:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TkHit ()
 TkHit (unsigned int layer, double x, double y, double z, float eloss, const MCParticleSIO *mcp, float time)
float t () const
unsigned layer () const
double x () const
double y () const
double z () const
float eloss () const
const MCParticleSIOmc () const

Private Attributes

unsigned int _layer
double _x
double _y
double _z
float _eloss
const MCParticleSIO_mc
float _time

Constructor & Destructor Documentation

TkHit::TkHit  )  [inline]
 

Definition at line 13 of file TkHit.h.

00013 {};

TkHit::TkHit unsigned int  layer,
double  x,
double  y,
double  z,
float  eloss,
const MCParticleSIO mcp,
float  time
[inline]
 

Definition at line 14 of file TkHit.h.

References _eloss, _layer, _mc, _time, _x, _y, and _z.

00014                                                                                                             :
00015     _layer(layer),_x(x),_y(y),_z(z),_eloss(eloss), _mc(mcp), _time(time)
00016     {   };


Member Function Documentation

float TkHit::eloss  )  const [inline]
 

Definition at line 26 of file TkHit.h.

References _eloss.

00026 {return _eloss;};

unsigned TkHit::layer  )  const [inline]
 

Definition at line 20 of file TkHit.h.

References _layer.

00020 {return _layer;};

const MCParticleSIO* TkHit::mc  )  const [inline]
 

Definition at line 27 of file TkHit.h.

References _mc.

00027 {return _mc;};

float TkHit::t  )  const [inline]
 

Definition at line 18 of file TkHit.h.

References _time.

00018 {return _time;};

double TkHit::x  )  const [inline]
 

Definition at line 22 of file TkHit.h.

References _x.

00022 {return _x;};

double TkHit::y  )  const [inline]
 

Definition at line 23 of file TkHit.h.

References _y.

00023 {return _y;};

double TkHit::z  )  const [inline]
 

Definition at line 24 of file TkHit.h.

References _z.

00024 {return _z;};


Member Data Documentation

float TkHit::_eloss [private]
 

Definition at line 34 of file TkHit.h.

Referenced by eloss(), and TkHit().

unsigned int TkHit::_layer [private]
 

Definition at line 30 of file TkHit.h.

Referenced by layer(), and TkHit().

const MCParticleSIO* TkHit::_mc [private]
 

Definition at line 35 of file TkHit.h.

Referenced by mc(), and TkHit().

float TkHit::_time [private]
 

Definition at line 36 of file TkHit.h.

Referenced by t(), and TkHit().

double TkHit::_x [private]
 

Definition at line 31 of file TkHit.h.

Referenced by TkHit(), and x().

double TkHit::_y [private]
 

Definition at line 32 of file TkHit.h.

Referenced by TkHit(), and y().

double TkHit::_z [private]
 

Definition at line 33 of file TkHit.h.

Referenced by TkHit(), and z().


The documentation for this class was generated from the following file:
Generated on Thu Oct 7 18:45:11 2004 for LCDG4 by doxygen 1.3.4