StRoot
1
|
Holds data for the point (a.k.a. cluster) in GMT. More...
#include <StGmtPoint.h>
Public Member Functions | |
StGmtPoint () | |
Default consturctor. | |
StGmtPoint (StGmtHit *hitX, StGmtHit *hitY, int key) | |
StGmtPoint (const StGmtPoint &) | |
Copy constructor. | |
~StGmtPoint () | |
Destructor. | |
virtual StDetectorId | detector () const |
Unique detector ID. | |
Int_t | getKey () |
Unique label. | |
Int_t | getModule () |
Module. | |
const StGmtHit * | getHitLocalX () const |
Return hit in X axis. | |
const StGmtHit * | getHitLocalY () const |
Local Y coordinate. | |
Float_t | getPositionLocalX () const |
Hit coordinate in X axis. | |
Float_t | getPositionLocalY () const |
Hit coordinate in Y axis. | |
Int_t | volumeID () const |
Volume ID. | |
![]() | |
StHit (const StThreeVectorF &position, const StThreeVectorF &errors, unsigned int hardware, float charge, unsigned char trakRefCount=0, int idTruth=0, unsigned short quality=0, unsigned short id=0) | |
int | operator== (const StHit &) const |
int | operator!= (const StHit &) const |
float | charge () const |
unsigned int | trackReferenceCount () const |
unsigned int | flag () const |
StThreeVectorF | positionError () const |
StMatrixF | covariantMatrix () const |
int | usedInFit () const |
int | idTruth () const |
int | qaTruth () const |
int | id () const |
const StHit * | nextHit () const |
unsigned int | hardwarePosition () const |
void | setCharge (float) |
void | setFlag (unsigned short val) |
void | setFitFlag (unsigned char) |
void | setTrackReferenceCount (unsigned char) |
void | setHardwarePosition (unsigned int) |
void | setPositionError (const StThreeVectorF &) |
void | setId (int Id) |
void | setIdTruth (int idtru, int qatru=0) |
void | SetNextHit (StHit *next=0) |
virtual void | Print (Option_t *option="") const |
![]() | |
StMeasuredPoint (const StThreeVectorF &) | |
int | operator== (const StMeasuredPoint &) const |
int | operator!= (const StMeasuredPoint &) const |
virtual const StThreeVectorF & | position () const |
virtual void | setPosition (const StThreeVectorF &) |
![]() | |
StObject (const StObject &sto) | |
StObject & | operator= (const StObject &sto) |
virtual TObject * | clone () const |
Int_t | isZombie () const |
virtual void | makeZombie (int flg=1) |
UInt_t | Ztreamer (TBuffer &R__b) |
ClassDef (StObject, 3) static UInt_t fgTally | |
Protected Attributes | |
Int_t | mKey |
Unique label. | |
StGmtHit * | mHitLocalX |
Hit in X axis. | |
StGmtHit * | mHitLocalY |
Hit in Y axis. | |
![]() | |
UInt_t | mHardwarePosition |
StThreeVectorF | mPositionError |
Float_t | mCharge |
Int_t | mId |
Int_t | mIdTruth |
UShort_t | mQuality |
UChar_t | mFitFlag |
UChar_t | mTrackRefCount |
UShort_t | mFlag |
StHit * | mNextHit |
![]() | |
StThreeVectorF | mPosition |
Additional Inherited Members | |
![]() | |
unsigned int | bits (unsigned int, unsigned int) const |
Holds data for the point (a.k.a. cluster) in GMT.
Description: data for individual ``point'' on the GMT, i.e. a pair of 1D clusters. Note, if errors during construction, the key will be set to -999. Based on StFgtHit.
Definition at line 22 of file StGmtPoint.h.
Parametrized constructor:
hitX | - hit in X axis |
hitY | - hit in Y axis |
key | - unique label |
Definition at line 25 of file StGmtPoint.cxx.
References StGmtHit::getModule(), mHitLocalY, and mKey.