star-travex
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | Friends | List of all members
TStiHit Class Reference

#include <TStiHit.h>

Inheritance diagram for TStiHit:

Public Member Functions

 TStiHit ()
 
 TStiHit (const StiHit &stiHit)
 
const StiHit * GetStiHit () const
 
std::string GetVolumeName () const
 
const TVector3 & GetPosition () const
 
const TVector3 & GetPositionLocal () const
 
virtual void Print (Option_t *opt="") const
 

Private Attributes

const StiHit * fStiHit
 Transient pointer to original StiHit to access non-persistent info. More...
 
StDetectorId fDetectorId
 
std::string fVolumeName
 Name of Sti volume. More...
 
TVector3 fPosition
 Global coordinates of the hit in the STAR CS. More...
 
TVector3 fPositionLocal
 Local coordinates of the hit in the detector CS. More...
 
char fTimesUsed
 The number of tracks this hit was assigned to. More...
 

Friends

bool operator< (const TStiHit &lhs, const TStiHit &rhs)
 

Detailed Description

Definition at line 11 of file TStiHit.h.

Constructor & Destructor Documentation

TStiHit::TStiHit ( )
TStiHit::TStiHit ( const StiHit &  stiHit)

Definition at line 17 of file TStiHit.cxx.

Member Function Documentation

const TVector3& TStiHit::GetPosition ( ) const
inline

Definition at line 19 of file TStiHit.h.

const TVector3& TStiHit::GetPositionLocal ( ) const
inline

Definition at line 20 of file TStiHit.h.

const StiHit* TStiHit::GetStiHit ( ) const
inline

Definition at line 17 of file TStiHit.h.

std::string TStiHit::GetVolumeName ( ) const
inline

Definition at line 18 of file TStiHit.h.

void TStiHit::Print ( Option_t *  opt = "") const
virtual

Definition at line 28 of file TStiHit.cxx.

Friends And Related Function Documentation

bool operator< ( const TStiHit lhs,
const TStiHit rhs 
)
friend

Definition at line 34 of file TStiHit.cxx.

Member Data Documentation

StDetectorId TStiHit::fDetectorId
private

Definition at line 30 of file TStiHit.h.

TVector3 TStiHit::fPosition
private

Global coordinates of the hit in the STAR CS.

Definition at line 36 of file TStiHit.h.

TVector3 TStiHit::fPositionLocal
private

Local coordinates of the hit in the detector CS.

Definition at line 39 of file TStiHit.h.

const StiHit* TStiHit::fStiHit
private

Transient pointer to original StiHit to access non-persistent info.

Definition at line 28 of file TStiHit.h.

char TStiHit::fTimesUsed
private

The number of tracks this hit was assigned to.

Definition at line 42 of file TStiHit.h.

std::string TStiHit::fVolumeName
private

Name of Sti volume.

Definition at line 33 of file TStiHit.h.


The documentation for this class was generated from the following files: