StRoot
1
|
#include <StIstDigiHit.h>
Public Member Functions | |
StIstDigiHit (const StIstHit &istHit) | |
void | setApv (unsigned char apvId) |
void | setMeanColumn (float meanColumn) |
void | setMeanRow (float meanRow) |
void | setClusterSizeFlag (bool flag) |
unsigned char | getApv () const |
float | getMeanColumn () const |
float | getMeanRow () const |
bool | getClusterSizeFlag () const |
float | localPositionErr (unsigned int i) const |
void * | operator new (size_t sz, void *p) |
void * | operator new (size_t) |
void | operator delete (void *p) |
Public Member Functions inherited from StIstHit | |
StIstHit (unsigned char ladder=-1, unsigned char sensor=-1, float Charge=0., float ChargeErr=0., unsigned char maxTB=0, unsigned char nRawHits=1, unsigned char nRawHitsZ=0, unsigned char nRawHitsRPhi=0) | |
StIstHit (const StThreeVectorF &position, const StThreeVectorF &error, unsigned int hwPosition, float charge, unsigned char trackRefCount=0) | |
StDetectorId | detector () const |
void | setDetectorId (StDetectorId) |
unsigned char | getLadder () const |
unsigned char | getSensor () const |
unsigned char | getMaxTimeBin () const |
float | getChargeErr () const |
unsigned char | getNRawHits () const |
unsigned char | getNRawHitsZ () const |
unsigned char | getNRawHitsRPhi () const |
float | localPosition (unsigned int) const |
void | setMaxTimeBin (unsigned char tb) |
void | setChargeErr (float chargeErr) |
void | setNRawHits (unsigned char nRawHits) |
void | setNRawHitsZ (unsigned char nRawHitsZ) |
void | setNRawHitsRPhi (unsigned char nRawHitsRPhi) |
void | setLocalPosition (float, float, float) |
void * | operator new (size_t sz, void *p) |
void * | operator new (size_t) |
void | operator delete (void *p) |
Public Member Functions inherited from StHit | |
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 |
Public Member Functions inherited from StMeasuredPoint | |
StMeasuredPoint (const StThreeVectorF &) | |
int | operator== (const StMeasuredPoint &) const |
int | operator!= (const StMeasuredPoint &) const |
virtual const StThreeVectorF & | position () const |
virtual void | setPosition (const StThreeVectorF &) |
Public Member Functions inherited from StObject | |
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 | |
Additional Inherited Members | |
Protected Member Functions inherited from StHit | |
unsigned int | bits (unsigned int, unsigned int) const |
Protected Attributes inherited from StIstHit | |
UChar_t | mMaxTimeBin |
max charge time bin | |
Float_t | mChargeErr |
charge uncertainty | |
UChar_t | mNRawHits |
nRawHits: cluster size | |
UChar_t | mNRawHitsZ |
cluster size in Z direction | |
UChar_t | mNRawHitsRPhi |
cluster size in r-phi direction | |
Float_t | mLocalPosition [3] |
local position of hit inside the sensor | |
StDetectorId | mDetectorId |
Protected Attributes inherited from StHit | |
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 |
Protected Attributes inherited from StMeasuredPoint | |
StThreeVectorF | mPosition |
Static Protected Attributes inherited from StIstHit | |
static StMemoryPool | mPool |
Data structure for additional function of StIstHit.
Definition at line 14 of file StIstDigiHit.h.